Table of Contents
API reference

Enum DavePendingAudioBehavior

Namespace
DisCatSharp.Voice.Enums
Assembly
DisCatSharp.Voice.dll

Controls outbound audio behavior while DAVE is negotiated but not active.

public enum DavePendingAudioBehavior

Fields

PassThrough = 0

Send plain Opus frames over transport encryption until DAVE becomes active.

Drop = 1

Drop outbound audio frames until DAVE is active.

Throw = 2

Throw InvalidOperationException when an outbound frame is prepared while DAVE is not active.