From e38779badcba3b0b8ec77aa75cd45939a7009018 Mon Sep 17 00:00:00 2001 From: atovpeko Date: Wed, 3 Jan 2024 13:53:46 +0200 Subject: [PATCH] Conflict merge --- signaling/reference/limitations.mdx | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/signaling/reference/limitations.mdx b/signaling/reference/limitations.mdx index 689fd739f..3d0bf2b4b 100644 --- a/signaling/reference/limitations.mdx +++ b/signaling/reference/limitations.mdx @@ -11,25 +11,14 @@ export const toc = [{}]; This page provides a brief overview of the restrictions of the Agora , including API call limit, string size, encoding, and more. -This page provides a brief overview of the restrictions of the Agora , including API call limit, string size, encoding, and more. - -## General - -The following general limits apply: - -|Item |Limit | -|:--------------------------------------------|:------------------| -|RESTful API requests per second per App ID |500 | -|Number of concurrent users |50,000 | -|Number of daily active users |500,000 | -|Number of users in a single channel |50,000 | - -To extend any of the above limits, contact support@agora.io. - ## Miscellaneous +- The number of RESTful API requests per second per App ID are limited to 500. To extend the limit, contact support@agora.io. +- The max number of concurrent users is 50,000. To extend the limit, contact support@agora.io. +- The max number of daily active users is 500,000. To extend the limit, contact support@agora.io. +- The max number of users in a single channel is 50,000. To extend the limit, contact support@agora.io. - Notifications of a member joining or leaving the channel are automatically disabled when the number of channel members exceeds 512. - The current version supports querying the online status of up to 256 users. - You can subscribe to the online status of up to 512 users in one method call, and you can subscribe to the online status of up to 512 users.