Describes media types (or modes) of a call.
| C# | Visual Basic | Visual C++ |
[FlagsAttribute] public enum TapiMediaMode
<FlagsAttribute> _ Public Enumeration TapiMediaMode
[FlagsAttribute] public enum class TapiMediaMode
| Member | Description |
|---|---|
| Default |
AddTapi.NET will select media mode based on capabilities of telephony hardware.
|
| Unknown |
Media mode is not currently known and may become known later.
|
| InteractiveVoice |
A voice call, and the call is handled as an interactive voice call with humans on both ends.
|
| AutomatedVoice |
A voice call, and the call is locally handled by an automated application.
|
| DataModem |
A data modem session on the call.
|
| All |
A mask that includes all media modes.
|
Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)