onCallRecordingStateChanged

abstract fun onCallRecordingStateChanged(call: Call, callRecordingState: CallRecordingState)

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

Parameters

call

The call object that has changed its recording status.

callRecordingState

The new recording status of the call.