LiveKit JS Client SDK - v2.13.8
Preparing search index...
importKey
Function importKey
importKey
(
keyBytes
:
ArrayBuffer
|
Uint8Array
<
ArrayBufferLike
>
,
algorithm
?:
string
|
{
name
:
string
}
,
usage
?:
"derive"
|
"encrypt"
,
)
:
Promise
<
CryptoKey
>
Parameters
keyBytes
:
ArrayBuffer
|
Uint8Array
<
ArrayBufferLike
>
algorithm
:
string
|
{
name
:
string
}
= ...
usage
:
"derive"
|
"encrypt"
= 'encrypt'
Returns
Promise
<
CryptoKey
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
LiveKit JS Client SDK - v2.13.8
Loading...