UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

17 lines 627 B
/// <reference types="react" /> import { ControlBarButtonStyles } from "../../../../../../react-components/src"; import { CallControlDisplayType } from '../../../common/types/CommonCallControlOptions'; /** * @private */ export declare const Microphone: (props: { displayType?: CallControlDisplayType; styles?: ControlBarButtonStyles; splitButtonsForDeviceSelection?: boolean; disabled?: boolean; disableTooltip?: boolean; isDeepNoiseSuppressionOn?: boolean; onClickNoiseSuppression?: () => void; showNoiseSuppressionButton?: boolean; }) => JSX.Element; //# sourceMappingURL=Microphone.d.ts.map