Click or drag to resize
TapiCallPrivilege Enumeration
The TapiCallPrivilege bit-flag constants describe the kinds of access rights or privileges an application may have to the corresponding call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
[FlagsAttribute]
public enum TapiCallPrivilege
Members
  Member nameValueDescription
Unknown0 The privilege is unknown but can become known later.
None1 The application has no privileges to the call. The application should not use the call object.
Monitor2 The application has monitor privileges to the call. These privileges allow the application to monitor state changes and query information and status about the call.
Owner4 The application has owner privileges to the call. These privileges allow the application to manipulate the call in ways that affect the state of the call.
See Also