UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

14 lines 495 B
import * as reselect from 'reselect'; /** * @private */ export declare const mutedNotificationSelector: ((state: import("index").CallAdapterUiState & import("index").CallAdapterClientState) => { speakingWhileMuted: boolean; }) & reselect.OutputSelectorFields<(args_0: import("index").DiagnosticsCallFeatureState | undefined) => { speakingWhileMuted: boolean; }, { clearCache: () => void; }> & { clearCache: () => void; }; //# sourceMappingURL=mutedNotificationSelector.d.ts.map