on Recording Succeeded
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.
Since
1.3.0
Parameters
call
A recorded DirectCall.
recording Id
A unique identifier of the recording session created in DirectCall.startRecording.
recording Options
An option that is used when starting a recording session.
output File Path
A file path which the recorded file is saved.