VISIPInfoReceived
typedef void
 VISIPInfoReceived( call, String
 type, String
 content, Map<String, String>?
 headers)Signature for callbacks reporting that INFO message is received.
Used in VICall.
Parameters
call:
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