LiveKit JS Client SDK - v2.15.8
Preparing search index...
EncryptDataResponseMessage
Interface EncryptDataResponseMessage
interface
EncryptDataResponseMessage
{
data
:
{
iv
:
Uint8Array
;
keyIndex
:
number
;
payload
:
Uint8Array
;
uuid
:
string
;
}
;
kind
:
"encryptDataResponse"
;
}
Hierarchy (
View Summary
)
BaseMessage
EncryptDataResponseMessage
Index
Properties
data
kind
Properties
data
data
:
{
iv
:
Uint8Array
;
keyIndex
:
number
;
payload
:
Uint8Array
;
uuid
:
string
}
kind
kind
:
"encryptDataResponse"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
data
kind
LiveKit JS Client SDK - v2.15.8
Loading...