communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
14 lines • 486 B
TypeScript
import * as reselect from 'reselect';
/**
* @private
*/
export declare const localPreviewSelector: ((state: import("index").CallAdapterUiState & import("index").CallAdapterClientState) => {
videoStreamElement: HTMLElement | null;
}) & reselect.OutputSelectorFields<(args_0: import("index").DeviceManagerState) => {
videoStreamElement: HTMLElement | null;
}, {
clearCache: () => void;
}> & {
clearCache: () => void;
};
//# sourceMappingURL=localPreviewSelector.d.ts.map