Rate this page:

VICallRinging

Copy URL
typedef 

void

VICallRinging(

VICall

call,

Map<String, String>?

headers
)

Signature for callbacks reporting when progress signal is received from the endpoint.

Used in VICall.

Parameters

  • call:

    VICall

    VICall instance initiated the event

  • headers:

    Map<String, String>?

    Optional SIP headers

Returns

  • type:

    void