TAPIEx ActiveX Control v3.6

Privilege

Property Privilege
 As LINECALLPRIVILEGE
Read/Write: Read and Write

Description

Returns/set the privilege.

Remarks

Bit-flag constants describe the kinds of access rights or privileges an application with a call handle may have to the corresponding call. default value= CALLPRIVILEGE_MONITOR or CALLPRIVILEGE_OWNER.
Value Meaning
CALLPRIVILEGE_MONITOR 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.
CALLPRIVILEGE_NONE The application has no privileges to the call. The application's handle is void and should not be used.
CALLPRIVILEGE_OWNER (default) 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

None.