Member Junction
    Preparing search index...

    The choices a user confirms on the PreJoin screen, handed to the room connect options.

    interface LiveKitPreJoinChoices {
        CameraDeviceId?: string;
        CameraEnabled: boolean;
        DisplayName: string;
        MicrophoneDeviceId?: string;
        MicrophoneEnabled: boolean;
    }
    Index

    Properties

    CameraDeviceId?: string

    The chosen camera device id, if any.

    CameraEnabled: boolean

    Whether to join with the camera enabled.

    DisplayName: string

    The display name to join as.

    MicrophoneDeviceId?: string

    The chosen microphone device id, if any.

    MicrophoneEnabled: boolean

    Whether to join with the microphone enabled.