API reference
Event VoicePacketDropped
- Namespace
- DisCatSharp.Voice
- Assembly
- DisCatSharp.Voice.dll
Triggered whenever an inbound voice packet is dropped.
public event AsyncEventHandler<VoiceConnection, VoicePacketDroppedEventArgs> VoicePacketDropped
Returns
- AsyncEventHandler<VoiceConnection, VoicePacketDroppedEventArgs>
- Your library to write discord bots in C# with focus on always providing access to the latest discord features.