@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
14 lines • 616 B
TypeScript
import * as reselect from 'reselect';
/**
* @private
*/
export declare const capabilitySelector: ((state: import("..").CallAdapterUiState & import("..").CallAdapterClientState) => {
capabilities: import("@azure/communication-calling").ParticipantCapabilities | undefined;
}) & reselect.OutputSelectorFields<(args_0: import("@azure/communication-calling").ParticipantCapabilities | undefined) => {
capabilities: import("@azure/communication-calling").ParticipantCapabilities | undefined;
}, {
clearCache: () => void;
}> & {
clearCache: () => void;
};
//# sourceMappingURL=capabilitySelector.d.ts.map