Click or drag to resize
TapiMediaMode Enumeration
Describes media types (or modes) of a call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
[FlagsAttribute]
public enum TapiMediaMode
Members
  Member nameValueDescription
Default0 AddTapi.NET will select media mode based on capabilities of telephony hardware.
Unknown2 Media mode is not currently known and may become known later.
InteractiveVoice4 A voice call, and the call is handled as an interactive voice call with humans on both ends.
AutomatedVoice8 A voice call, and the call is locally handled by an automated application.
DataModem16 A data modem session on the call.
All30 A mask that includes all media modes.
See Also