Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
6-55
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
OnCallStartRecordingConf
The OnCallStartRecordingConf event is fired to the client to indicate that a 
StartRecord request was received by the CTI Server.
Syntax
C++:
 
void OnCallStartRecordingConf (Arguments & args);
COM:
  HRESULT OnCallStartRecordingConf ([in] IArguments * args);
VB:
 
Session_ OnCallStartRecordingConf  (ByVal args as 
CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
OnCallStopRecordingConf
The OnCallStopRecordingConf event is fired to the client to indicate that a 
StopRecord request was received by the CTIServer.
Syntax
C++:
 
void OnCallStopRecordingConf (Arguments & args);
COM:
HRESULT OnCallStopRecordingConf ([in] IArguments * args);
VB:
Session_ OnCallStopRecordingConf (ByVal args as 
CTIOSCLIENTLIB.IArguments)
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies 
the call object.