Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 500
   
13-6
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 13      SilentMonitorManager Object
Methods
GetSessionInfo
The GetSessionInfo method retrieves the information related to the current silent monitor session.
Syntax 
C++:
 Arguments * GetSessionInfo(Arguments & args) ;
COM:
  
HRESULT GetSessionInfo ( /*[in]*/ IArguments * args, /*[out,retval]*/ IArguments * 
SMSessionInfo );
VB:
 GetSessionInfo (ByVal args as CTIOSCLIENTLIB.IArguments) As CTIOSCLIENTLIB.IArguments
Parameters
args
Arguments array that contains one, but not both, of the parameters listed in 
Table 13-6
GetSessionInfo Arguments Array Parameters
Keyword
Type
Description
SMSessionKey
UNSIGNED 
SHORT
Unique silent monitor session 
Object ID of the target object 
that is being monitored.
MonitoredUniqueObjectID
STRING
Unique Object ID of the target 
object that is being monitored.
EchoCancelation
SHORT
One of the following values that indicates 
whether the echo cancellation feature is 
enabled on this IP Phone:
0: Off
1: On
PayLoadType
SHORT
Audio codec type.
Table 13-5
GetIPPhoneInfo Return Arguments Array (continued)
Keyword
Type
Description