mirror of
https://github.com/jambonz/next-static-site.git
synced 2025-12-19 04:47:44 +00:00
Note that notifyEvents needs to be set on the config object to enable (#87)
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
A `verb:status` message is sent by jambonz to the websocket server when a verb has just started or completed executing.
|
A `verb:status` message is sent by jambonz to the websocket server when a verb has just started or completed executing.
|
||||||
|
|
||||||
> Note: `verb:status` messages are only sent when the app has provided an `id` property on verbs it includes in a `command` message.
|
> Note: The `notifyEvents` attribute of the session config defaults to `false`. This must be set to `true` in order for `verb:status` messages to be enabled, and they will only be sent where the app has provided an `id` property on verbs it includes in a `command` message.
|
||||||
|
|
||||||
|property|type|meaning|required|
|
|property|type|meaning|required|
|
||||||
|--------|----|-------|--------|
|
|--------|----|-------|--------|
|
||||||
|
|||||||
Reference in New Issue
Block a user