LiveKit JS Client SDK - v2.15.6
    Preparing search index...

    Interface UpdateCodecMessage

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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