MediaSFU Shared
    Preparing search index...

    Interface SelectedDevices

    interface SelectedDevices {
        cameraId: string;
        microphoneId: string;
        cameras: MediaDeviceInfo[];
        microphones: MediaDeviceInfo[];
    }
    Index

    Properties

    cameraId: string

    Device id of the camera currently in use, or '' when none is selected.

    microphoneId: string

    Device id of the microphone currently in use, or '' when none is selected.

    cameras: MediaDeviceInfo[]

    Cameras the SDK has enumerated for this room.

    microphones: MediaDeviceInfo[]

    Microphones the SDK has enumerated for this room.