communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
19 lines • 450 B
TypeScript
/// <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