@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
23 lines • 565 B
TypeScript
/// <reference types="react" />
import { VideoGalleryStream } from "../../../../../react-components/src";
/**
* @private
*/
export interface LobbyOverlayProps {
overlayIcon?: JSX.Element;
title: string;
moreDetails?: string;
}
/**
* @private
*/
export interface LobbyTileProps {
localParticipantVideoStream: VideoGalleryStream;
overlayProps: LobbyOverlayProps;
showLocalVideoCameraCycleButton?: boolean;
}
/**
* @private
*/
export declare const LobbyTile: (props: LobbyTileProps) => JSX.Element;
//# sourceMappingURL=LobbyTile.d.ts.map