Rate this page:

VIMessageReceived

Copy URL
typedef 

void

VIMessageReceived(

VICall

call,

String

message
)

Signature for callbacks reporting that [message] is received within the call.

Implemented atop SIP INFO for communication between call endpoint and the Voximplant Cloud, and is separated from Voximplant messaging API.

Used in VICall.

Parameters

  • call:

    VICall

    VICall instance initiated the event

  • message:

    String

    Content of the message

Returns

  • type:

    void