Recording Started Handler
fun interface RecordingStartedHandler
Content copied to clipboard
Handles the recordingId
and an error depending on the result at the start of a recording session.
Since
1.3.0
Functions
on Recording Started
Link copied to clipboard
abstract fun onRecordingStarted(recordingId: String?, e: SendBirdException?)
Content copied to clipboard
A callback function.