| TapiLineSupportsVoice Property |
Indicates whether the line suppots voice functions.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic bool SupportsVoice { get; }Public ReadOnly Property SupportsVoice As Boolean
Get
public:
property bool SupportsVoice {
bool get ();
}Property Value
Type:
Boolean
Remarks
This property shows if the line supports voice functions, such as playing wave files and speaking text.
Line devices that do not support voice cannot be opened in voice mode.
If you try to open such line in automated voice mode using
Open(Boolean, TapiCallHandler, TapiMediaMode), AddTapi.NET will throw
TapiException.
See Also