Call Listener
interface CallListener
Represents a listener of Call events. The methods handle call state changes.
For a complete outgoing call, the listener methods will be called in the following order:
For a complete incoming call, the listener methods will be called in the following order (after the callback method CallControllerListener.onIncomingCall has been called):
Inheritors
Functions
Link copied to clipboard
Tells the listener that the call has entered the CallState.ENDED state.
Link copied to clipboard
Tells the listener that the call has entered the CallState.ESTABLISHED state.
Link copied to clipboard
Tells the listener that the outgoing call has entered the CallState.PROGRESSING state and a progress tone can be played.