UNPKG

@azure/communication-react

Version:

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

15 lines 624 B
import { CallingBaseSelectorProps } from "../../../../../calling-component-bindings/src"; import { OptionsDevice } from "../../../../../react-components/src"; import { CallAdapterState } from '../../CallComposite/adapter/CallAdapter'; /** @private */ export type MoreDrawerSelector = (state: CallAdapterState, props: CallingBaseSelectorProps) => { microphones?: OptionsDevice[]; speakers?: OptionsDevice[]; selectedMicrophone?: OptionsDevice; selectedSpeaker?: OptionsDevice; }; /** * @private */ export declare const moreDrawerSelector: MoreDrawerSelector; //# sourceMappingURL=moreDrawerSelector.d.ts.map