UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

13 lines 537 B
/// <reference types="react" /> import { ControlBarButtonStyles } from "../../../../../../react-components/src"; import { CallControlDisplayType } from '../../../common/types/CommonCallControlOptions'; /** @private */ export declare const EndCall: (props: { displayType?: CallControlDisplayType; styles?: ControlBarButtonStyles; mobileView?: boolean; enableEndCallMenu?: boolean; disableEndCallModal?: boolean; returnFromBreakoutRoom?: () => Promise<void>; }) => JSX.Element; //# sourceMappingURL=EndCall.d.ts.map