Table of Contents
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 = 0

Packet was not a valid RTP packet.

OutOfOrder = 1

Packet was older than the last accepted sequence and was discarded.

MalformedExtension = 2

Packet RTP extension section was malformed.

DavePending = 3

DAVE is negotiated but not active yet.

MissingSenderMapping = 4

SSRC-to-user mapping required for DAVE decryption was not available.

MissingRatchet = 5

No DAVE decryptor ratchet was available for the sender.

DecodeFailure = 6

Opus decode failed.

QueueOverflow = 7

Producer attempted to enqueue more packets than the configured queue policy allowed.