Real Time Events
Real time features
Last updated
Real time features
Last updated
Quick Sync provides real time features via Hubs using the WebSocket protocol.
/v1/hubs/session
/v1/hubs/notepad
/v1/hubs/chat
Use one of the to connect to the hubs
On the hubs authentication tokens need to be placed in the query parameter
?access_token=<JWT-TOKEN>
The session hub provides real time information of session events.
URL: /v1/hubs/session
Events:
The event payload is:
Coming soon.
Coming soon.