| Class | Description |
|---|---|
| ConnectionKeyPairGenerateEvent |
This event is fired when the
ServerConnection is created
and keypair was generated, but not set. |
| ServerInfoInitializedEvent |
This event is fired once the
ConfigPacket is received
and ServerInfo is available in PlasmoVoiceClient.getServerInfo() |
| TcpClientPacketReceivedEvent |
This event is fired once the
ServerConnection
is received the packet, but not handled yet |
| UdpClientPacketReceivedEvent |
This event is fired once the
UdpClient
is received the packet, but not handled yet |
| UdpClientPacketSendEvent |
This event is fired when the
UdpClient
is about to send packet to UDP server |
| VoicePlayerConnectedEvent |
This event is fired once the
PlayerInfoUpdatePacket is received
for the first time |
| VoicePlayerDisconnectedEvent |
This event is fired once the
PlayerDisconnectPacket is received |
| VoicePlayerUpdateEvent |
This event is fired once the
PlayerInfoUpdatePacket is received |