@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
13 lines • 525 B
TypeScript
/// <reference types="react" />
import { _ComplianceBannerProps } from './types';
/**
* A component that displays banners to notify the user when call recording and
* transcription is enabled or disabled in a call.
*
* This component implements a state machine that tracks the changes to call
* recording and transcription state and shows the corresponding message.
*
* @internal
*/
export declare const _ComplianceBanner: (props: _ComplianceBannerProps) => JSX.Element;
//# sourceMappingURL=ComplianceBanner.d.ts.map