communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
16 lines • 933 B
TypeScript
import * as reselect from 'reselect';
/**
* @private
*/
export declare const capabilitiesChangedInfoAndRoleSelector: ((state: import("index").CallAdapterUiState & import("index").CallAdapterClientState) => {
capabilitiesChangeInfo: import("@azure/communication-calling").CapabilitiesChangeInfo | undefined;
participantRole: import("@azure/communication-calling").ParticipantRole | undefined;
}) & reselect.OutputSelectorFields<(args_0: import("@azure/communication-calling").CapabilitiesChangeInfo | undefined, args_1: import("@azure/communication-calling").ParticipantRole | undefined) => {
capabilitiesChangeInfo: import("@azure/communication-calling").CapabilitiesChangeInfo | undefined;
participantRole: import("@azure/communication-calling").ParticipantRole | undefined;
}, {
clearCache: () => void;
}> & {
clearCache: () => void;
};
//# sourceMappingURL=capabilitiesChangedInfoAndRoleSelector.d.ts.map