Skip to content

Commit 5786533

Browse files
authored
Update rooms service limit service-limits.md
1 parent 9189c1b commit 5786533

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,22 @@ 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+
| Get Room | 40 req/sec |
302+
| List Rooms | 10 req/sec |
303+
| Delete Room | 20 req/sec |
304+
| Add participant | 20 req/sec |
305+
| Update participant | 20 req/sec |
306+
| Get participant | 40 req/sec |
307+
| Remove participant | 20 req/sec |
308+
| Patch participant | 20 req/sec |
309+
294310
### Action to take
295311

296312
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)