Livestate
Broadcast Event
Use this API to broadcast live state events to any document. Use it with the Live State feature.
Key Points:
- Broadcast real-time state changes and events to all connected users
- Can be any valid serializable JSON object
merge: If true, merges the new data with existing data instead of replacing it (default: false)
Use Cases:
- Sync application state across users
- Broadcast custom events
- Share real-time data updates
š Full Documentation: https://docs.velt.dev/api-reference/rest-apis/v2/livestate/broadcast-event

