Click or drag to resize
TapiLineSupportsVoice Property
Indicates whether the line suppots voice functions.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public bool SupportsVoice { 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