Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 640
Chapter 6      Event Interfaces and Events
ICallEvents Interface
6-60
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
OnClearConnectionConf
The OnClearConnectionConf event is fired to the client to indicate that a 
ClearConnection request was received by the CTIServer.
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.
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);
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.