communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
25 lines • 1.02 kB
TypeScript
import * as reselect from 'reselect';
/**
* @private
*/
export declare const mediaGallerySelector: ((state: import("index").CallAdapterUiState & import("index").CallAdapterClientState) => {
isVideoStreamOn: boolean;
}) & reselect.OutputSelectorFields<(args_0: import("index").LocalVideoStreamState[] | undefined) => {
isVideoStreamOn: boolean;
}, {
clearCache: () => void;
}> & {
clearCache: () => void;
};
/**
* Custom selector for this hook to retrieve all the participants that are currently
* connected to the call.
*/
export declare const getRemoteParticipantsConnectedSelector: ((state: import("index").CallAdapterUiState & import("index").CallAdapterClientState) => import("index").RemoteParticipantState[]) & reselect.OutputSelectorFields<(args_0: {
[keys: string]: import("index").RemoteParticipantState;
} | undefined) => import("index").RemoteParticipantState[], {
clearCache: () => void;
}> & {
clearCache: () => void;
};
//# sourceMappingURL=mediaGallerySelector.d.ts.map