dscord v0.0.5 (2016-07-24T06:40:14Z)
Home
Dub
Repo
VoiceReadyPacket
dscord
voice
packets
Undocumented in source.
class
VoiceReadyPacket :
BasePacket
{
ushort
ssrc
;
ushort
port
;
string
[]
modes
;
ushort
heartbeat_interval
;
}
Members
Variables
heartbeat_interval
ushort
heartbeat_interval
;
Undocumented in source.
modes
string
[]
modes
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
ssrc
ushort
ssrc
;
Undocumented in source.
Inherited Members
From BasePacket
op
OPCode
op
;
Undocumented in source.
data
JSONValue
data
;
Undocumented in source.
raw
JSONValue
raw
;
Undocumented in source.
serialize
JSONValue
serialize
(ushort op, JSONValue data)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dscord
voice
packets
classes
VoiceHeartbeatPacket
VoiceIdentifyPacket
VoiceReadyPacket
VoiceSelectProtocolPacket
VoiceSessionDescriptionPacket
VoiceSpeakingPacket
enums
VoiceOPCode