SendMsg

From SoftIVR

Jump to: navigation, search

sendMsg

getMsg(destination, message) sends a message to the destination channel.

Parameters

  • destination - the UUID of the channel to send the message to
  • message - the message to send

Return values

The sendMsg() function returns 0 to indicate success.

Examples

For an example, see the find me sample.

Return to Javascript functions.