IncomingCallListener
Interface that handles incoming calls.
Methods
onIncomingCall
Triggered when there is a new incoming call to current user.
Parameters
call:
Incoming call instance
hasIncomingVideo:
Boolean
Whether the caller is the video call initiator
headers:
Map<String, String>?
OptionalOptional SIP headers received with the message
Returns
type:
Unit