Recording Listener
interface RecordingListener
Content copied to clipboard
RecordingListener. Recording-related events will be called through this listener.
Since
1.3.0
Functions
on Recording Failed
Link copied to clipboard
abstract fun onRecordingFailed(call: DirectCall, recordingId: String, e: SendBirdException)
Content copied to clipboard
Notifies that a recording session has not been saved. This receives information about the recording through the following parameters.
on Recording Succeeded
Link copied to clipboard
abstract fun onRecordingSucceeded(call: DirectCall, recordingId: String, recordingOptions: RecordingOptions, outputFilePath: String)
Content copied to clipboard
Notifies that a recording session has been saved successfully. This receives information about the recording through the following parameters.