UNPKG

communication-react-19

Version:

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

33 lines 1.42 kB
import * as reselect from 'reselect'; /** * @private */ export declare const networkReconnectTileSelector: ((state: import("index").CallAdapterUiState & import("index").CallAdapterClientState) => { networkReconnectValue: boolean | import("@azure/communication-calling").DiagnosticQuality | undefined; localParticipantVideoStream: { isAvailable: boolean; isMirrored: boolean | undefined; renderElement: HTMLElement | undefined; activeVideoEffects: import("index").LocalVideoStreamVideoEffectsState | undefined; }; }) & reselect.OutputSelectorFields<(args_0: import("index").DiagnosticsCallFeatureState | undefined, args_1: { localParticipantVideoStream: { isAvailable: boolean; isMirrored: boolean | undefined; renderElement: HTMLElement | undefined; activeVideoEffects: import("index").LocalVideoStreamVideoEffectsState | undefined; }; }) => { networkReconnectValue: boolean | import("@azure/communication-calling").DiagnosticQuality | undefined; localParticipantVideoStream: { isAvailable: boolean; isMirrored: boolean | undefined; renderElement: HTMLElement | undefined; activeVideoEffects: import("index").LocalVideoStreamVideoEffectsState | undefined; }; }, { clearCache: () => void; }> & { clearCache: () => void; }; //# sourceMappingURL=networkReconnectTileSelector.d.ts.map