Class VoiceNextEvents
- Namespace
- DSharpPlus.VoiceNext
- Assembly
- DSharpPlus.VoiceNext.dll
Contains well-defined event IDs used by the VoiceNext extension.
public static class VoiceNextEvents- Inheritance
- 
      
      VoiceNextEvents
Properties
- Misc
- Miscellaneous events, that do not fit in any other category. 
- VoiceConnectionClose
- Events emitted for Voice Gateway connection closes, clean or otherwise. 
- VoiceDispatch
- Events emitted for high-level dispatch receive events. 
- VoiceGatewayError
- Events emitted when decoding data received via Voice Gateway fails for any reason. 
- VoiceHandshake
- Events pertaining to Voice Gateway connection early lifespan, specifically, the establishing thereof as well as negotiating various modes. 
- VoiceHeartbeat
- Events pertaining to Voice Gateway connection lifespan, specifically, heartbeats. 
- VoiceKeepalive
- Events pertaining to UDP connection lifespan, specifically the keepalive (or heartbeats). 
- VoiceReceiveFailure
- Events emitted when incoming voice data is corrupted, or packets are being dropped. 
- VoiceWsRx
- Events containing raw (but decompressed) payloads, received from Discord Voice Gateway. 
- VoiceWsTx
- Events containing raw payloads, as they're being sent to Discord Voice Gateway.