UNPKG

communication-react-19

Version:

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

16 lines 664 B
import { RemoteParticipantState } from "../../calling-stateful-client/src"; /** * @private */ export declare const getRemoteParticipantsExcludingConsumers: ((state: import("../../calling-stateful-client/src").CallClientState, props: import("./baseSelectors").CallingBaseSelectorProps) => { [keys: string]: RemoteParticipantState; } | undefined) & import("reselect").OutputSelectorFields<(args_0: { [keys: string]: RemoteParticipantState; } | undefined) => { [keys: string]: RemoteParticipantState; } | undefined, { clearCache: () => void; }> & { clearCache: () => void; }; //# sourceMappingURL=getRemoteParticipantsExcludingConsumers.d.ts.map