Member Junction
    Preparing search index...

    A selection emitted by the device menu.

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

    Properties

    Properties

    DeviceId: string

    The selected device id.

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

    The device kind being switched.