Call Observer
This class represent a call status observer which will be notified when a call is started or ended.
Since
changed in v1.5.0
Functions
Link copied to clipboard
This function will be called when the ongoing call has been created.
Link copied to clipboard
This function will be called when the ongoing call has ended.
Link copied to clipboard
abstract fun onCallEndedWithError(call: Call, callException: CallException)
Content copied to clipboard
This function is called when the ongoing call ends with an error.
Link copied to clipboard
This function will be called when the ongoing call has started.