onRecordingStarted

abstract fun onRecordingStarted(recordingId: String?, e: SendBirdException?)

A callback function.

Since

1.3.0

Parameters

recordingId

A unique value for the specific recording session used to identify and stop the recording.

e

An error that could occur while starting a recording session.