Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
10-41
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 10      Call Object
Methods
Remarks
The current information about the call will be received in the OnCallDataUpdate
 
event.
The following events will be received if this request is successful: 
OnCallDataUpdate
 
event
The following events will be received if this request fails: 
OnControlFailureConf event
StartRecord
The StartRecord method is used to start recording a call. 
Syntax
C++:
int StartRecord()
int StartRecord(Arguments & reserved_args);
COM:
HRESULT StartRecord (/*[in,optional]*/  IArguments 
*reserved_args,  (/*[out, retval]*/ int * errorcode )
VB:
StartRecord([reserved_args As IArguments]) As Long
Java:
int StartRecord(Arguments reserved_args);
Parameters
reserved_args
Not currently used, reserved for future use.
errorcode
An output parameter (return parameter in VB) that contains an error code 
from 
 in 
Return Value
Default CTI OS return values. Se