CALL PRIVILEGE

[This is preliminary documentation and subject to change.]

These indicate the privilege that the application has on the call.

typedef enum
{
    CP_OWNER,
    CP_MONITOR

} CALL_PRIVILEGE;
 

Members

CP_OWNER
The application is the owner of the call.
CP_Monitor
The application is a monitor of the call.