UNPKG

@azure/communication-react

Version:

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

17 lines 641 B
import { ControlBarButtonStyles } from "../../../../../../react-components/src"; import React from 'react'; import { CallControlDisplayType } from '../../../common/types/CommonCallControlOptions'; import { IButton } from '@fluentui/react'; /** * @private */ export declare const Camera: (props: { displayType?: CallControlDisplayType; styles?: ControlBarButtonStyles; splitButtonsForDeviceSelection?: boolean; disabled?: boolean; onClickVideoEffects?: (showVideoEffects: boolean) => void; componentRef?: React.RefObject<IButton>; disableTooltip?: boolean; }) => JSX.Element; //# sourceMappingURL=Camera.d.ts.map