LiveKit JS Client SDK - v2.11.1

    Interface VideoCaptureOptions

    interface VideoCaptureOptions {
        deviceId?: ConstrainDOMString;
        facingMode?: "user" | "environment" | "left" | "right";
        processor?: TrackProcessor<Video, VideoProcessorOptions>;
        resolution?: VideoResolution;
    }
    Index

    Properties

    deviceId?: ConstrainDOMString

    A ConstrainDOMString object specifying a device ID or an array of device IDs which are acceptable and/or required.

    facingMode?: "user" | "environment" | "left" | "right"

    a facing or an array of facings which are acceptable and/or required.

    initialize the track with a given processor

    resolution?: VideoResolution
    MMNEPVFCICPMFPCPTTAAATR