onRecordingSucceeded

abstract fun onRecordingSucceeded(call: DirectCall, recordingId: String, recordingOptions: RecordingOptions, outputFilePath: String)

Notifies that a recording session has been saved successfully. 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.

recordingOptions

An option that is used when starting a recording session.

outputFilePath

A file path which the recorded file is saved.