LiveKit JS Client SDK - v2.11.1

    Interface UpdateCodecMessage

    interface UpdateCodecMessage {
        data: {
            codec: "vp8" | "h264" | "vp9" | "av1";
            participantIdentity: string;
            trackId: string;
        };
        kind: "updateCodec";
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    data: {
        codec: "vp8" | "h264" | "vp9" | "av1";
        participantIdentity: string;
        trackId: string;
    }
    kind: "updateCodec"
    MMNEPVFCICPMFPCPTTAAATR