Skip to content

Commit 6f05e48

Browse files
Merge pull request #298575 from garchiro7/patch-17
Update rooms service limit on service-limits.md
2 parents b443bf7 + fe0d5f5 commit 6f05e48

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

articles/communication-services/concepts/service-limits.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,19 @@ The following timeouts apply to the Azure Communication Services Calling SDKs:
291291
| PSTN call establishment timeout. | 115 |
292292
| Promote a 1:1 call to a group call timeout. | 115 |
293293

294+
### Virtual Rooms
295+
The throttling policies of rooms service are determined by grouping requests through **resource id**.
296+
297+
| API | Threshold |
298+
|--|--|
299+
| Create Room | 20 req/sec |
300+
| Update Room | 20 req/sec |
301+
| Delete Room | 20 req/sec |
302+
| Get Room | 40 req/sec |
303+
| List Rooms | 10 req/sec |
304+
| Update participant | 20 req/sec |
305+
| List participants | 40 req/sec |
306+
294307
### Action to take
295308

296309
For more information about the voice and video calling SDK and service, see [Calling SDK overview](./voice-video-calling/calling-sdk-features.md) or [Known issues in the SDKs and APIs](./known-issues.md). You can also submit a request to [Azure Support](/azure/azure-portal/supportability/how-to-create-azure-support-request) to increase some of the limits. Our vetting team reviews all requests.

0 commit comments

Comments
 (0)