Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 668
 
9-21
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 9      Agent Object
Methods
Return Value
This method returns the current monitored agent. The C++, Java, and .NET 
versions return null if no agent is currently being monitored.
Remarks
Supported for use with IPCC only.
GetMonitoredCall
The GetMonitoredCall method returns the call object that is currently being 
monitored.
Syntax
C++:
CCall* GetMonitoredCall()
COM:
HRESULT GetMonitoredCall (/*[out, retval]*/ICall **call)
VB:
GetMonitoredCall () As CTIOSCLIENTLib.ICall
Java:
Call GetMonitoredCall()
.NET:
Call GetMonitoredCall()
Parameters
call
Output parameter (return parameter in VB) that contains a pointer to a pointer 
to a Call object containing the currently monitored call.
Return Value
This method returns the current monitored call. The C++, Java, and .NET versions 
return null if no call is currently being monitored.
Remarks
Supported for use with IPCC only.