This commit is contained in:
tt2468 2021-08-30 02:31:03 -07:00
commit 6d882ba94f

View File

@ -462,9 +462,11 @@ Authentication is not required
```
{
"eventType": string,
"eventIntent": number,
"eventData": object(optional)
}
```
- `eventIntent` is the original intent required to be subscribed to in order to receive the event.
**Example Message:**
```json
@ -472,6 +474,7 @@ Authentication is not required
"op": 2,
"d": {
"eventType": "StudioModeStateChanged",
"eventIntent": 1,
"eventData": {
"studioModeEnabled": true
}