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

    Interface DecryptDataResponseMessage

    interface DecryptDataResponseMessage {
        data: { payload: Uint8Array; uuid: string };
        kind: "decryptDataResponse";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: { payload: Uint8Array; uuid: string }
    kind: "decryptDataResponse"