VoiceClient

Undocumented in source.

Constructors

this
this(Channel c, bool mute, bool deaf)
Undocumented in source.

Members

Functions

connect
bool connect(Duration timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
handleVoiceReadyPacket
void handleVoiceReadyPacket(VoiceReadyPacket p)
Undocumented in source. Be warned that the author may not have intended to support it.
handleVoiceSessionDescription
void handleVoiceSessionDescription(VoiceSessionDescriptionPacket p)
Undocumented in source. Be warned that the author may not have intended to support it.
heartbeat
void heartbeat()
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.
send
void send(Serializable p)
Undocumented in source. Be warned that the author may not have intended to support it.
setSpeaking
void setSpeaking(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

channel
Channel channel;
Undocumented in source.
client
Client client;
Undocumented in source.
connected
bool connected;
Undocumented in source.
deaf
bool deaf;
Undocumented in source.
endpoint
URL endpoint;
Undocumented in source.
heartbeat_interval
ushort heartbeat_interval;
Undocumented in source.
mute
bool mute;
Undocumented in source.
packetEmitter
Emitter packetEmitter;
Undocumented in source.
port
ushort port;
Undocumented in source.
speaking
bool speaking;
Undocumented in source.
ssrc
ushort ssrc;
Undocumented in source.
token
string token;
Undocumented in source.
udp
UDPVoiceClient udp;
Undocumented in source.

Meta