CallObserver

interface CallObserver

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
abstract fun onCallCreated(call: Call)

This function will be called when the ongoing call has been created.

Link copied to clipboard
abstract fun onCallEnded(call: Call)

This function will be called when the ongoing call has ended.

Link copied to clipboard
abstract fun onCallEndedWithError(call: Call, callException: CallException)

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

Link copied to clipboard
abstract fun onCallStarted(call: Call)

This function will be called when the ongoing call has started.

Inheritors

Link copied to clipboard