UNPKG

communication-react-19

Version:

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

29 lines 1.05 kB
import * as reselect from 'reselect'; /** * @private */ export declare const lobbySelector: ((state: import("index").CallAdapterUiState & import("index").CallAdapterClientState) => { localParticipantVideoStream: { isAvailable: boolean; isMirrored: boolean | undefined; renderElement: HTMLElement | undefined; activeVideoEffects: import("index").LocalVideoStreamVideoEffectsState | undefined; }; }) & reselect.OutputSelectorFields<(args_0: { isAvailable: boolean; isMirrored: boolean | undefined; renderElement: HTMLElement | undefined; activeVideoEffects: import("index").LocalVideoStreamVideoEffectsState | undefined; }) => { localParticipantVideoStream: { isAvailable: boolean; isMirrored: boolean | undefined; renderElement: HTMLElement | undefined; activeVideoEffects: import("index").LocalVideoStreamVideoEffectsState | undefined; }; }, { clearCache: () => void; }> & { clearCache: () => void; }; //# sourceMappingURL=lobbySelector.d.ts.map