public class

RecordingAdapter

extends Object
implements RecordingListener
java.lang.Object
   ↳ sg.com.temasys.skylink.sdk.adapter.RecordingAdapter

Summary

Public Constructors
RecordingAdapter()
Public Methods
void onReceiveRecordingError(int errorCode, String description, String recordingId)
This is triggered when a recording error occurs.
void onStartRecording(String recordingId)
Indicates that recording has started for this room.
void onStopRecording(String recordingId)
Indicates that recording has stopped for this room.
[Expand]
Inherited Methods
From class java.lang.Object
From interface sg.com.temasys.skylink.sdk.listener.RecordingListener

Public Constructors

public RecordingAdapter ()

Public Methods

public void onReceiveRecordingError (int errorCode, String description, String recordingId)

This is triggered when a recording error occurs.

Parameters
errorCode Errors Integer error code of the recording error encountered.
description Description of the recording error encountered.
recordingId Id of Recording session this message is about.

public void onStartRecording (String recordingId)

Indicates that recording has started for this room.

Parameters
recordingId Id of Recording session this message is about.

public void onStopRecording (String recordingId)

Indicates that recording has stopped for this room.

Parameters
recordingId Id of Recording session this message is about.