IClientIncomingCallListener
Interface that provides API to handle incoming calls.
Methods
onIncomingCall
void
onIncomingCall( call, boolean
hasIncomingVideo, Map<String, String>
headers)
Triggered if there is a new incoming call to the current user.
Parameters
call:
Incoming call instance
hasIncomingVideo:
boolean
Whether the caller initiated a video call
headers:
Map<String, String>
Optional SIP headers received with the message
Returns
type:
void