Click or drag to resize
TapiCallPrivilege Property
Gets 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
public TapiCallPrivilege Privilege { get; }

Property Value

Type: TapiCallPrivilege
TapiCallPrivilege bit-flags describing call privileges of the application.
Remarks
When a new call is first provided to an application, Privilege property contains initial privileges that the application has for the call. Whenever privileges of the application are modified, the TapiApp.CallState event is sent to the application.
See Also