API reference
Enum VoicePacketDropReason
- Namespace
- DisCatSharp.Voice.Enums
- Assembly
- DisCatSharp.Voice.dll
Classifies why an inbound voice packet was dropped.
public enum VoicePacketDropReason
Fields
MalformedRtp = 0Packet was not a valid RTP packet.
OutOfOrder = 1Packet was older than the last accepted sequence and was discarded.
MalformedExtension = 2Packet RTP extension section was malformed.
DavePending = 3DAVE is negotiated but not active yet.
MissingSenderMapping = 4SSRC-to-user mapping required for DAVE decryption was not available.
MissingRatchet = 5No DAVE decryptor ratchet was available for the sender.
DecodeFailure = 6Opus decode failed.
QueueOverflow = 7Producer attempted to enqueue more packets than the configured queue policy allowed.