plugNmeet JS SDK - v2.0.3
    Preparing search index...

    Type Alias SimulcastCodecInfo

    SimulcastCodecInfo: Message<"livekit.SimulcastCodecInfo"> & {
        mimeType: string;
        mid: string;
        cid: string;
        layers: VideoLayer[];
        videoLayerMode: VideoLayer_Mode;
        sdpCid: string;
    }

    Type Declaration

    • mimeType: string

      from field: string mime_type = 1;

    • mid: string

      from field: string mid = 2;

    • cid: string

      from field: string cid = 3;

    • layers: VideoLayer[]

      from field: repeated livekit.VideoLayer layers = 4;

    • videoLayerMode: VideoLayer_Mode

      from field: livekit.VideoLayer.Mode video_layer_mode = 5;

    • sdpCid: string

      cid (client side id for track) could be different between signalling (AddTrackRequest) and SDP offer. This field will be populated only if it is different to avoid duplication and keep the representation concise.

      from field: string sdp_cid = 6;

    from message livekit.SimulcastCodecInfo