onActivityError

abstract fun onActivityError(    call: Call,     activity: WeakReference<AppCompatActivity>,     error: CallException)

This function will be called when in the call UI has occurred an error.

Since

v1.4.10

Parameters

call

the call for which in the UI has been destroyed an error.

activity

call activity

error

the occurred error