LiveKit JS Client SDK - v2.10.0

    Interface SetKeyMessage

    interface SetKeyMessage {
        data: {
            isPublisher: boolean;
            key: CryptoKey;
            keyIndex?: number;
            participantIdentity?: string;
        };
        kind: "setKey";
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    data: {
        isPublisher: boolean;
        key: CryptoKey;
        keyIndex?: number;
        participantIdentity?: string;
    }
    kind: "setKey"
    MMNEPVFCICPMFPCPTTAAATR