Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 668
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
6-66
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
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)
Parameters
args
Arguments array containing the following field.