Rate this page:

IClientIncomingCallListener

Interface that may be used to handle incoming calls.

Methods

onIncomingCall

Copy URL

void

onIncomingCall(

ICall

call,

boolean

hasIncomingVideo,

Map<String, String>

headers
)

Invoked when there is a new incoming call to current user.

Parameters

  • call:

    ICall

    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