You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**Maximum # of outgoing local streams that can be sent simultaneously**| 1 video and 1 screen sharing | 1 video + 1 screen sharing |
173
-
|**Maximum # of incoming remote streams that can be rendered simultaneously**| 9 videos + 1 screen sharing on desktop browsers*, 4 videos + 1 screen sharing on web mobile browsers | 9 videos + 1 screen sharing |
173
+
|**Maximum # of incoming remote streams that can be rendered simultaneously**| 16 videos + 1 screen sharing on desktop browsers<br/>4 videos + 1 screen sharing on web mobile browsers | 9 videos + 1 screen sharing |
174
+
To properly support 16 incoming videos the computer should have 16GB RAM and 4-core CPU no older than 3 years as minimum recommended requirements
174
175
175
176
\* Starting from Azure Communication Services Web Calling SDK version [1.16.3](https://github.com/Azure/Communication/blob/master/releasenotes/acs-javascript-calling-library-release-notes.md#1163-stable-2023-08-24)
176
177
While the Calling SDK doesn't enforce these limits, your users might experience performance degradation if they're exceeded. Use the API of [Optimal Video Count](../../how-tos/calling-sdk/manage-video.md?pivots=platform-web#remote-video-quality) to determine how many current incoming video streams your web environment can support.
@@ -192,8 +193,8 @@ The Azure Communication Services Calling SDK supports sending following video re
192
193
## Number of participants on a call support
193
194
- Up to **350** users can join a group call, Room or Teams + ACS call.
194
195
- Once the call size reaches 100+ participants in a call, only the top 4 most dominant speakers that have their video camera turned can be seen.
195
-
- When the number of people on the call is 100+, the viewable number of incoming video renders automatically decreases from 3x3 (9 incoming videos) down to 2x2 (4 incoming videos).
196
-
- When the number of users goes below 100, the number of supported incoming videos goes back up to 3x3 (9 incoming videos).
196
+
- When the number of people on the call is 100+, the viewable number of incoming video renders automatically decreases from 4x4 (16 incoming videos) down to 2x2 (4 incoming videos).
197
+
- When the number of users goes below 100, the number of supported incoming videos goes back up to 4x4 (16 incoming videos).
197
198
198
199
## Calling SDK timeouts
199
200
The following timeouts apply to the Communication Services Calling SDKs:
0 commit comments