IClientIncomingCallListener
Interface that provides API to handle incoming calls.
Methods
onIncomingCall
onIncomingCall(call: , hasIncomingVideo: boolean
, headers: Map<String, String>
): void
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