LiveKit JS Client SDK - v2.10.0

    Interface RatchetMessage

    interface RatchetMessage {
        data: {
            keyIndex?: number;
            material: CryptoKey;
            participantIdentity: string;
        };
        kind: "ratchetKey";
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    data: { keyIndex?: number; material: CryptoKey; participantIdentity: string }
    kind: "ratchetKey"
    MMNEPVFCICPMFPCPTTAAATR