UNPKG

@fishjam-cloud/react-client

Version:
8 lines 367 B
import type { DeviceManager } from "../hooks/internal/devices/useDeviceManager"; import type { TrackManager } from "../types/internal"; export type CameraContextType = { videoTrackManager: TrackManager; cameraManager: DeviceManager; }; export declare const CameraContext: import("react").Context<CameraContextType | null>; //# sourceMappingURL=camera.d.ts.map