CALL_PRIVILEGE enumeration (tapi3if.h)

A CALL_PRIVILEGE member is returned by the ITCallInfo::get_Privilege method, and indicates when the current application owns or is monitoring the current call.

Syntax

typedef enum CALL_PRIVILEGE {
  CP_OWNER = 0,
  CP_MONITOR
} ;

Constants

 
CP_OWNER
Value: 0
The application is the owner of the call.
CP_MONITOR
The application is a monitor of the call.

Requirements

Requirement Value
Header tapi3if.h

See also

ITCallInfo::get_Privilege