UNPKG

@azure/communication-react

Version:

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

14 lines 517 B
import * as reselect from 'reselect'; /** * @private */ export declare const localPreviewSelector: ((state: import("..").CallAdapterUiState & import("..").CallAdapterClientState) => { videoStreamElement: HTMLElement | null; }) & reselect.OutputSelectorFields<(args_0: import("../../../../../calling-stateful-client/src").DeviceManagerState) => { videoStreamElement: HTMLElement | null; }, { clearCache: () => void; }> & { clearCache: () => void; }; //# sourceMappingURL=localPreviewSelector.d.ts.map