Tells the listener that the call was answered.
The call has entered the ANSWERED state.
The call that was answered.
Tells the listener that the call ended.
The call has entered the ENDED state.
The call that ended.
Tells the listener that the call was established .
The call has entered the ESTABLISHED state.
The call that was established.
Tells the listener that the outgoing call is progressing and a progress tone can be played.
The call has entered the PROGRESSING state.
The outgoing call to the client on the other end.
Tells the listener that an event connected with call quality warning functionality is observed.
The call that has received the call quality warning.
Call quality warning event object.
Tells the listener that the callee received the call.
The call has entered the RINGING state.
The outgoing call to the client on the other end.
Tells the listener that a new remote track has been received.
The call that received the remote track.
The media track.
Generated using TypeDoc
Represents a listener of Call events. The methods handle call state changes.
Call State Progression
For a complete outgoing call, the listener methods will be called in the following order:
For a complete incoming call, the delegate methods will be called in the following order, after the callback method CallClientListener.onIncomingCall has been called: