Rate this page:

VISIPInfoReceived

Copy URL
typedef 

void

VISIPInfoReceived(

VICall

call,

String

type,

String

content,

Map<String, String>?

headers
)

Signature for callbacks reporting that INFO message is received.

Used in VICall.

Parameters

  • call:

    VICall

    VICall instance initiated the event

  • type:

    String

    MIME type of INFO message

  • content:

    String

    Body of INFO message

  • headers:

    Map<String, String>?

    Optional SIP headers

Returns

  • type:

    void