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