Files
next-static-site/markdown/docs/ws/command.md
2022-07-07 08:41:45 -07:00

525 B

command

A command message is sent by the websocket server to jambonz when the server wants to asynchronously provide a new set of instructions to jambonz.

The app may include an id property in each of the verbs included in the command; if so, jambonz will send verb:status notifications back to the app when the verb is executed. The id property is a string value that is assigned by the app and is meaningful only to the app.

  Prev: ack