Call Event Broadcast Receiver
abstract class CallEventBroadcastReceiver : BaseEventBroadcastReceiver, CallObserver
Content copied to clipboard
A broadcast receiver that receive broadcast when a call starts, ends or ends with error.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard