UNPKG

@azure/communication-react

Version:

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

19 lines 450 B
/// <reference types="react" /> /** * @private */ export interface FloatingLocalVideoProps { localVideoComponent: JSX.Element; layerHostId: string; parentWidth?: number; parentHeight?: number; localVideoSizeRem: { width: number; height: number; }; } /** * @private */ export declare const FloatingLocalVideo: (props: FloatingLocalVideoProps) => JSX.Element; //# sourceMappingURL=FloatingLocalVideo.d.ts.map