com.cisco.jtapi.extensions
Interface CiscoRecorderInfo


public interface CiscoRecorderInfo

Introduction

This interface provides information about the recorder in a recording session. When a recording session is active, this interface gives information about the recording device.


Method Summary
 CiscoAddress getAddress()
          Returns the recorder address.
 int getRecordingType()
          Returns the type of recording.
 java.lang.String getTerminalName()
          Returns the terminal name of the recording device.
 

Method Detail

getAddress

CiscoAddress getAddress()
Returns the recorder address.


getTerminalName

java.lang.String getTerminalName()
Returns the terminal name of the recording device.


getRecordingType

int getRecordingType()
Returns the type of recording.

Returns:
int - type of recording, which may be any of the following constants:
  • CiscoCall.CALL_RECORDING_TYPE_NONE
  • CiscoCall.CALL_RECORDING_TYPE_AUTOMATIC
  • CiscoCall.CALL_RECORDING_TYPE_APPLICATION_INITIATED_SILENT
  • CiscoCall.CALL_RECORDING_TYPE_USER_INITIATED_FROM_APPLICATION
  • CiscoCall.CALL_RECORDING_TYPE_USER_INITIATED_FROM_DEVICE
Since:
9.0(1)