CallRecordingObserver

interface CallRecordingObserver

An interface that allows you to be notified when the recording status of a call changes.

Functions

Link copied to clipboard
abstract fun onCallRecordingFailed(call: Call, reason: String)

Called when the recording of a call fails.

Link copied to clipboard
abstract fun onCallRecordingStateChanged(call: Call, callRecordingState: CallRecordingState)

A function that is called when the recording status of a call changes.