UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

11 lines 555 B
import * as reselect from 'reselect'; import { VideoBackgroundEffect } from '../adapter/CallAdapter'; /** * @private */ export declare const activeVideoBackgroundEffectSelector: ((state: import("../adapter/CallAdapter").CallAdapterUiState & import("../adapter/CallAdapter").CallAdapterClientState) => string | undefined) & reselect.OutputSelectorFields<(args_0: VideoBackgroundEffect | undefined) => string | undefined, { clearCache: () => void; }> & { clearCache: () => void; }; //# sourceMappingURL=activeVideoBackgroundEffectSelector.d.ts.map