Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 490
   
10-27
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(3)
Chapter 10      Call Object
Methods
Syntax
C++
int Snapshot()
int Snapshot(Arguments & optional_args)
COM:
HRESULT Snapshot (/*[in,optional]*/  IArguments * optional_args,    (/*[out, 
retval]*/ int * errorcode )
VB:
Snapshot([optional_args As IArguments]) As Long
Java:
int Snapshot(Arguments rArgs)
.NET:
CilError Snapshot(Arguments Args)
Parameters
optional_args
An input parameter of either a pointer or a reference to an Arguments array.
errorcode 
An output parameter (return parameter in VB) that contains an error code from 
 in 
Return Values
Default CTI OS return values. See 
Remarks
The current information about the call is received in the OnCallDataUpdate
 
event.
The OnCallDataUpdate event is received if this request is successful.
The OnControlFailureConf event is received if this request fails.
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 rArgs)
NET:
CilError StartRecord(Arguments args)
Parameters
reserved_args
Not currently used, reserved for future use.