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

    Interface EncryptDataResponseMessage

    interface EncryptDataResponseMessage {
        data: {
            iv: Uint8Array;
            keyIndex: number;
            payload: Uint8Array;
            uuid: string;
        };
        kind: "encryptDataResponse";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: { iv: Uint8Array; keyIndex: number; payload: Uint8Array; uuid: string }
    kind: "encryptDataResponse"