toggle menu
kord
0.16.0-SNAPSHOT
jvm
switch theme
search in API
kord-voice
/
dev.kord.voice.gateway
/
SessionDescription
Session
Description
@
Serializable
data
class
SessionDescription
(
val
mode
:
EncryptionMode
,
val
secretKey
:
List
<
UByte
>
)
:
VoiceEvent
(
source
)
Members
Constructors
Session
Description
Link copied to clipboard
constructor
(
mode
:
EncryptionMode
,
secretKey
:
List
<
UByte
>
)
Properties
mode
Link copied to clipboard
val
mode
:
EncryptionMode
secret
Key
Link copied to clipboard
@
SerialName
(
value
=
"secret_key"
)
val
secretKey
:
List
<
UByte
>