@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
12 lines • 413 B
TypeScript
/// <reference types="react" />
import { AvatarPersonaDataCallback } from './AvatarPersona';
/** @private */
export declare const CallingCaptionsBanner: (props: {
isMobile: boolean;
useTeamsCaptions?: boolean;
onFetchAvatarPersonaData?: AvatarPersonaDataCallback;
captionsOptions?: {
height: 'full' | 'default';
};
}) => JSX.Element;
//# sourceMappingURL=CallingCaptionsBanner.d.ts.map