@livekit/rtc-node
Preparing search index...
KeyProvider
Class KeyProvider
Index
Constructors
constructor
Properties
options
Methods
export
Key
export
Shared
Key
ratchet
Key
ratchet
Shared
Key
set
Key
set
Shared
Key
Constructors
constructor
new
KeyProvider
(
roomHandle
:
bigint
,
opts
:
KeyProviderOptions
)
:
KeyProvider
internal
Parameters
roomHandle
:
bigint
opts
:
KeyProviderOptions
Returns
KeyProvider
Properties
options
options
:
KeyProviderOptions
Methods
export
Key
exportKey
(
participantIdentity
:
string
,
keyIndex
:
number
)
:
Uint8Array
Parameters
participantIdentity
:
string
keyIndex
:
number
Returns
Uint8Array
export
Shared
Key
exportSharedKey
(
keyIndex
:
number
)
:
Uint8Array
Parameters
keyIndex
:
number
Returns
Uint8Array
ratchet
Key
ratchetKey
(
participantIdentity
:
string
,
keyIndex
:
number
)
:
Uint8Array
Parameters
participantIdentity
:
string
keyIndex
:
number
Returns
Uint8Array
ratchet
Shared
Key
ratchetSharedKey
(
keyIndex
:
number
)
:
Uint8Array
Parameters
keyIndex
:
number
Returns
Uint8Array
set
Key
setKey
(
participantIdentity
:
string
,
keyIndex
:
number
)
:
void
Parameters
participantIdentity
:
string
keyIndex
:
number
Returns
void
set
Shared
Key
setSharedKey
(
sharedKey
:
Uint8Array
,
keyIndex
:
number
)
:
void
Parameters
sharedKey
:
Uint8Array
keyIndex
:
number
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
options
Methods
export
Key
export
Shared
Key
ratchet
Key
ratchet
Shared
Key
set
Key
set
Shared
Key
@livekit/rtc-node
Loading...
internal