onCallEndedWithError

abstract fun onCallEndedWithError(call: Call, callException: CallException)

This function is called when the ongoing call ends with an error.

Since

v1.5.0

Parameters

callException

CallException

call

the call that has ended.