This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
api-workplace-fabric [2018/07/17 11:04] hari |
api-workplace-fabric [2018/07/17 11:04] (current) hari [Server to client data stream] |
||
|---|---|---|---|
| Line 699: | Line 699: | ||
| ==== Server to client data stream ==== | ==== Server to client data stream ==== | ||
| + | <code> | ||
| { | { | ||
| "spaceId": "uuid-of-the-room/space-that-is-occupied-or-released", | "spaceId": "uuid-of-the-room/space-that-is-occupied-or-released", | ||
| Line 706: | Line 707: | ||
| "isOccupied": true if occupied, false if release | "isOccupied": true if occupied, false if release | ||
| } | } | ||
| + | </code> | ||