Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 506
   
6-47
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(1)
Chapter 6      Event Interfaces and Events
ICallEvents Interface
Syntax
C++:
 void OnClearConnectionConf (Arguments & args);
COM:
HRESULT OnClearConnectionConf ([in] IArguments * args);
VB:
 Session_ OnClearConnectionConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
Table 6-41
OnClearConnectionConf Parameters
OnConferenceCallConf
The OnConferenceCallConf event is fired to the client to indicate that a ConferenceCall or 
SingleStepConferenceCall request was received by the CTIServer.
Syntax
C++:
 void OnConferenceCallConf (Arguments & args);
COM:
 HRESULT OnConferenceCallConf ([in] IArguments * args);
VB:
 Session_ OnConferenceCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
Table 6-42
OnConferenceCallConf Parameters
OnConsultationCallConf
The OnConsultationCallConf event is fired to the client to indicate that a MakeConsultCall request was 
received by the CTIServer.
Syntax
C++:
 void OnConsultationCallConf (Arguments & args);
COM:
 HRESULT OnConsultationCallConf ([in] IArguments * args);
VB:
Session_ OnConsultationCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.