@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
12 lines • 310 B
TypeScript
/// <reference types="react" />
/**
* @private
*/
export interface MutedNotificationProps {
speakingWhileMuted: boolean;
}
/**
* Notify the user that they're muted.
*/
export declare function MutedNotification(props: MutedNotificationProps): JSX.Element;
//# sourceMappingURL=MutedNotification.d.ts.map