typedef enum { MonitorOneCall, MonitorAllCalls } TMonitorNextCallType;
MonitorOneCall
—
Supervisor will monitor one call to the agent.
MonitorAllCalls
—
Supervisor will monitor all subsequent calls to the agent
until monitoring is canceled.