onRecordingFailed

abstract fun onRecordingFailed(call: DirectCall, recordingId: String, e: SendBirdException)

Notifies that a recording session has not been saved. This receives information about the recording through the following parameters.

Since

1.3.0

Parameters

call

A recorded DirectCall.

recordingId

A unique identifier of the recording session created in DirectCall.startRecording.

e

An error that occurred while saving a recording.