UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

16 lines 927 B
import * as reselect from 'reselect'; /** * @private */ export declare const capabilitiesChangedInfoAndRoleSelector: ((state: import("..").CallAdapterUiState & import("..").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