Skip to content

Commit 4450b1f

Browse files
authored
Updated
1 parent 91031a2 commit 4450b1f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,12 @@ The Azure Communication Services Calling SDK supports the following streaming co
170170
| Limit | Web | Windows/Android/iOS |
171171
| ------------------------------------------------------------- | --------------------------- | -------------------------- |
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** | 16 videos + 1 screen sharing on desktop browsers, 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
173+
| **Maximum # of incoming remote streams that can be rendered simultaneously** | 16 videos + 1 screen sharing on desktop browsers*, 4 videos + 1 screen sharing on web mobile browsers | 9 videos + 1 screen sharing |
174+
175+
175176

176177
\* 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)
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.
178+
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. To properly support 16 incoming videos the computer should have a mimimum of 16GB RAM and a 4-core or greater CPU that is no older than 3 years old
178179

179180
## Supported video resolutions
180181
The Azure Communication Services Calling SDK automatically adjusts resolutions of video and screen share streams during the call.

0 commit comments

Comments
 (0)