Rate this page:

VICallFailed

Copy URL
typedef 

void

VICallFailed(

VICall

call,

int

code,

String

description,

Map<String, String>?

headers
)

Signature for callbacks reporting that the call was failed.

Used in VICall.

Parameters

  • call:

    VICall

    VICall instance initiated the event

  • code:

    int

    Error code

  • description:

    String

    Error description

  • headers:

    Map<String, String>?

    Optional SIP headers

Returns

  • type:

    void