communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
16 lines • 835 B
TypeScript
import { RemoteParticipantState } from "../../../../../calling-stateful-client/src";
import * as reselect from 'reselect';
/**
* Get the most dominant remote participant, if no dominant speaker IDs exist, this uses
* one of the remote participants with no bias towards which one.
*
* @private
*/
export declare const dominantRemoteParticipantSelector: ((state: import("index").CallAdapterUiState & import("index").CallAdapterClientState) => RemoteParticipantState | undefined) & reselect.OutputSelectorFields<(args_0: {
[keys: string]: RemoteParticipantState;
} | undefined, args_1: import("@azure/communication-calling").DominantSpeakersInfo | undefined) => RemoteParticipantState | undefined, {
clearCache: () => void;
}> & {
clearCache: () => void;
};
//# sourceMappingURL=dominantRemoteParticipantSelector.d.ts.map