Rate this page:

VICallConnected

Copy URL
typedef 

void

VICallConnected(

VICall

call,

Map<String, String>?

headers
)

Signature for callbacks reporting that the call is connected.

Used in VICall.

Parameters

  • call:

    VICall

    VICall instance initiated the event

  • headers:

    Map<String, String>?

    Optional SIP headers

Returns

  • type:

    void