@fishjam-cloud/react-client
Version:
React client library for Fishjam
8 lines • 387 B
TypeScript
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