@fishjam-cloud/react-client
Version:
React client library for Fishjam
6 lines • 619 B
TypeScript
export declare const AUDIO_TRACK_CONSTRAINTS: MediaTrackConstraints;
export declare const VIDEO_TRACK_CONSTRAINTS: MediaTrackConstraints;
export declare const SCREEN_SHARING_MEDIA_CONSTRAINTS: MediaStreamConstraints;
export declare const prepareMediaTrackConstraints: (deviceId: string | undefined, constraints: MediaTrackConstraints | undefined | boolean) => MediaTrackConstraints | boolean;
export declare const prepareConstraints: (deviceIdToStart: string | undefined, constraints: MediaTrackConstraints | undefined | boolean) => MediaTrackConstraints | undefined | boolean;
//# sourceMappingURL=constraints.d.ts.map