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