communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
14 lines • 622 B
TypeScript
import * as reselect from 'reselect';
/**
* @private
*/
export declare const capabilitySelector: ((state: import("index").CallAdapterUiState & import("index").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