Broadcast to all open channels
Broadcast a message to all open channels in your app. Only users currently in an open channel receive the message — users who join later do not receive it.
- Open channel broadcast messages cannot be stored in the server-side open channel message history (Open Channel Cloud Message Storage).
- Open channel broadcast messages do not keep open channels alive.
- By default, the message is not synced to the sender's client. To enable sync, see the
isEchoToSenderparameter.
Prerequisites
Enable the Open Channel Broadcast Message service for the current App Key before using this API. See Message management service configuration.
If the service is not enabled, the API returns error 1009. Repeated requests exceeding the rate limit while the service is disabled return HTTP 429 Too Many Requests (error code 1008).