Rate this page:

IClientIncomingCallListener

Interface that provides API to handle incoming calls.

Methods

onIncomingCall

Copy URL

void

onIncomingCall(

ICall

call,

boolean

hasIncomingVideo,

Map<String, String>

headers
)

Triggered if there is a new incoming call to the current user.

Parameters

  • call:

    ICall

    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