Reference
Updating Channel State
How to update Hop Channel state
Channel State acts as a realtime data store attached to every Channel. You can update this state on your backend and frontend clients can subscribe to Channel state objects in realtime.
This reference assumes you have already set up the Hop server-side SDK.
Updating State
Channel state can be updated (manually) through the Hop Console or (programatically) through our server-side SDKs.
updating-state.js
Either of these operations will update the connected clients in realtime.