Table of Contents
API reference

Class VoicePacketDroppedEventArgs

Namespace
DisCatSharp.Voice.EventArgs
Assembly
DisCatSharp.Voice.dll

Represents arguments for dropped inbound voice packet notifications.

public sealed class VoicePacketDroppedEventArgs : DiscordEventArgs
Inheritance
VoicePacketDroppedEventArgs
Inherited Members

Properties

Detail

Gets optional diagnostic details.

Reason

Gets the packet-drop classification.

Sequence

Gets the wrapped sequence number for the dropped packet, when known.

Ssrc

Gets the SSRC associated with the dropped packet.

User

Gets the user associated with the dropped packet, when known.