Skip to content

Commit 2d5a97d

Browse files
authored
Update calling-sdk-features.md
1 parent c675f3d commit 2d5a97d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: chpalm
77
services: azure-communication-services
88

99
ms.author: micahvivion
10-
ms.date: 03/04/2024
10+
ms.date: 07/25/2024
1111
ms.topic: conceptual
1212
ms.service: azure-communication-services
1313
ms.subservice: calling
@@ -167,10 +167,11 @@ For example, this iframe allows both camera and microphone access:
167167

168168
The Azure Communication Services Calling SDK supports the following streaming configurations:
169169

170-
| Limit | Web | Windows/Android/iOS |
171-
| ------------------------------------------------------------- | --------------------------- | -------------------------- |
170+
| Limit | Web | Windows/Android/iOS |
171+
| ------------------------------------------------------------- | -------------------------------- | -------------------------- |
172172
| **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
174175

175176
\* 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)
176177
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
192193
## Number of participants on a call support
193194
- Up to **350** users can join a group call, Room or Teams + ACS call.
194195
- 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).
197198

198199
## Calling SDK timeouts
199200
The following timeouts apply to the Communication Services Calling SDKs:

0 commit comments

Comments
 (0)