toggle menu
kord
0.16.0-SNAPSHOT
jvm
switch theme
search in API
kord-voice
/
dev.kord.voice.gateway
/
Ready
Ready
@
Serializable
data
class
Ready
(
val
ssrc
:
UInt
,
val
ip
:
String
,
val
port
:
Int
,
val
modes
:
List
<
EncryptionMode
>
)
:
VoiceEvent
(
source
)
Members
Constructors
Ready
Link copied to clipboard
constructor
(
ssrc
:
UInt
,
ip
:
String
,
port
:
Int
,
modes
:
List
<
EncryptionMode
>
)
Properties
ip
Link copied to clipboard
val
ip
:
String
modes
Link copied to clipboard
val
modes
:
List
<
EncryptionMode
>
port
Link copied to clipboard
val
port
:
Int
ssrc
Link copied to clipboard
val
ssrc
:
UInt