LiveKit JS Client SDK - v2.11.1

    Interface RTPVideoMapMessage

    interface RTPVideoMapMessage {
        data: {
            map: Map<number, "vp8" | "h264" | "vp9" | "av1">;
            participantIdentity: string;
        };
        kind: "setRTPMap";
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    data: {
        map: Map<number, "vp8" | "h264" | "vp9" | "av1">;
        participantIdentity: string;
    }
    kind: "setRTPMap"
    MMNEPVFCICPMFPCPTTAAATR