Skip to content
Tracon

LiveVoiceDelegationMode

Namespace Tracon · Assembly Tracon.Abstractions.dll

How a live model hands heavier work back.

[JsonConverter(typeof(JsonStringEnumConverter<LiveVoiceDelegationMode>))]
public enum LiveVoiceDelegationMode

Client = 0

The delegated work is executed by the attached client — Tracon.

Responses = 1

The provider executes the delegated work against a backing model of its own.

Written as a name in JSON. The numeric values are stable and must not change.