UNPKG

@fishjam-cloud/react-client

Version:
8 lines 387 B
import type { DeviceManager } from "../hooks/internal/devices/useDeviceManager"; import type { TrackManager } from "../types/internal"; export type MicrophoneContextType = { audioTrackManager: TrackManager; microphoneManager: DeviceManager; }; export declare const MicrophoneContext: import("react").Context<MicrophoneContextType | null>; //# sourceMappingURL=microphone.d.ts.map