communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
16 lines • 782 B
TypeScript
/**
* Provides data attributes to {@link LocalVideoCameraCycleButton} component.
* @public
*/
export declare const localVideoCameraCycleButtonSelector: ((state: import("index").CallAdapterUiState & import("index").CallAdapterClientState) => {
cameras: import("@azure/communication-calling").VideoDeviceInfo[];
selectedCamera: import("@azure/communication-calling").VideoDeviceInfo | undefined;
}) & import("reselect").OutputSelectorFields<(args_0: import("index").DeviceManagerState) => {
cameras: import("@azure/communication-calling").VideoDeviceInfo[];
selectedCamera: import("@azure/communication-calling").VideoDeviceInfo | undefined;
}, {
clearCache: () => void;
}> & {
clearCache: () => void;
};
//# sourceMappingURL=LocalVideoTileSelector.d.ts.map