Rate this page:

VICallDisconnected

Copy URL
typedef 

void

VICallDisconnected(

VICall

call,

Map<String, String>?

headers,

bool

answeredElsewhere
)

Signature for callbacks reporting that the call is disconnected.

Used in VICall.

Parameters

  • call:

    VICall

    VICall instance initiated the event

  • headers:

    Map<String, String>?

    Optional SIP headers

  • answeredElsewhere:

    bool

    Check if the call was answered on another device

Returns

  • type:

    void