LiveKit JS Client SDK - v2.13.8
Preparing search index...
KeyProviderCallbacks
Type Alias KeyProviderCallbacks
type
KeyProviderCallbacks
=
{
keyRatcheted
:
(
ratchetedResult
:
RatchetResult
,
participantIdentity
?:
string
,
keyIndex
?:
number
,
)
=>
void
;
ratchetRequest
:
(
participantIdentity
?:
string
,
keyIndex
?:
number
)
=>
void
;
setKey
:
(
keyInfo
:
KeyInfo
)
=>
void
;
}
Index
Properties
key
Ratcheted
ratchet
Request
set
Key
Properties
key
Ratcheted
keyRatcheted
:
(
ratchetedResult
:
RatchetResult
,
participantIdentity
?:
string
,
keyIndex
?:
number
,
)
=>
void
ratchet
Request
ratchetRequest
:
(
participantIdentity
?:
string
,
keyIndex
?:
number
)
=>
void
set
Key
setKey
:
(
keyInfo
:
KeyInfo
)
=>
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
key
Ratcheted
ratchet
Request
set
Key
LiveKit JS Client SDK - v2.13.8
Loading...