Member Junction
    Preparing search index...

    A media input/output device the user can pick (microphone, camera, speaker).

    interface LiveKitDevice {
        DeviceId: string;
        Kind: "audioinput" | "videoinput" | "audiooutput";
        Label: string;
    }
    Index

    Properties

    Properties

    DeviceId: string

    The deviceId to pass to import('./livekit-room-controller').LiveKitRoomController.SwitchDevice.

    Kind: "audioinput" | "videoinput" | "audiooutput"

    The device kind.

    Label: string

    The human-readable device label.