IncomingCallListener
This API is in beta and subject to change.
Interface that handles incoming calls.
Methods
onIncomingCall
fun onIncomingCall(call: , hasIncomingVideo: Boolean
, headers: Map<String, String>?
): Unit
This API is in beta and subject to change.
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