Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 500
   
6-43
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 7.5(1)
Chapter 6      Event Interfaces and Events
ICallEvents Interface
Parameters
args
Arguments array containing the following field.
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.
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.
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.