import { LocalAudioTrack, LocalVideoTrack } from 'livekit-client'; export interface MediaDeviceMenuProps { kind?: MediaDeviceKind; initialSelection?: string; tracks?: Partial>; /** * this will call getUserMedia if the permissions are not yet given to enumerate the devices with device labels. * in some browsers multiple calls to getUserMedia result in multiple permission prompts. * It's generally advised only flip this to true, once a (preview) track has been acquired successfully with the * appropriate permissions. * * @see {@link PreJoin} * @see {@link https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/enumerateDevices | MDN enumerateDevices} */ requestPermissions?: boolean; disabled?: boolean; } declare function __VLS_template(): { attrs: Partial<{}>; slots: { activator?(_: { props: any; }): any; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onActiveDeviceChange?: ((kind: MediaDeviceKind, deviceId: string) => any) | undefined; }>, { requestPermissions: boolean; disabled: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=MediaDeviceMenu.vue.d.ts.map