Usage Restrictions
2025-07-31
This article introduces the usage restrictions of the ZEGO Express SDK Room service, including frequency limits, string sizes, etc.
Room
The ZEGO Room service supports up to one million users online simultaneously in a single Room. The default total login QPS for all users in each Room is 200, which means a maximum of 200 users can log in to the same Room per second.
Notes
If you need to increase the limit, please contact ZEGOCLOUD Technical Support for evaluation.
Room Real-time Messages
| SDK Interface | Size Limit | Sending Frequency Limit (within a single Room in the SDK) | Description |
|---|---|---|---|
| Send broadcast message sendBroadcastMessage | The default message length limit is 1 KB. Notes If you need to send messages larger than 1 KB, please contact ZEGOCLOUD Technical Support for configuration. | 10 times/s |
|
| Send barrage message sendBarrageMessage | The default message length limit is 1 KB. Notes If you need to send messages larger than 1 KB, please contact ZEGOCLOUD Technical Support for configuration. | 20 times/s | Messages are not guaranteed to be reliable. |
| Send custom signaling message sendCustomCommand | The message length cannot exceed 1 KB. |
|
|
Notes
Message reliability here refers to whether the peer user can successfully receive the message when the network connection is normal.
Room Extra Info
| SDK Interface | Size Limit | Sending Frequency Limit (within a single Room in the SDK) | Description |
|---|---|---|---|
| Set Room extra info setRoomExtraInfo |
| 10 times/s | When a single user calls this interface multiple times on the client, please ensure that the callback notification of the previous interface call has been successfully received before calling again. |
