Skip to content

Commit 362b29e

Browse files
authored
Update calling-sdk-features.md
1 parent 9b023e3 commit 362b29e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ The Azure Communication Services Calling SDK supports the following streaming co
9393
| Limit | Web | Windows/Android/iOS |
9494
| ------------------------------------------------------------- | --------------------------- | -------------------------- |
9595
| **Maximum # of outgoing local streams that can be sent simultaneously** | 1 video and 1 screen sharing | 1 video + 1 screen sharing |
96-
| **Maximum # of incoming remote streams that can be rendered simultaneously** | 9 videos + 1 screen sharing WebSDK version [1.16.3](https://github.com/Azure/Communication/blob/master/releasenotes/acs-javascript-calling-library-release-notes.md#1163-stable-2023-08-24) or greater | 6 videos + 1 screen sharing |
96+
| **Maximum # of incoming remote streams that can be rendered simultaneously** | 9 videos + 1 screen sharing WebSDK version [1.16.3](https://github.com/Azure/Communication/blob/master/releasenotes/acs-javascript-calling-library-release-notes.md#1163-stable-2023-08-24) or greater | 9 videos + 1 screen sharing |
9797

98-
While the Calling SDK don't enforce these limits, your users may experience performance degradation if they're exceeded. Use the API of [Optimal Video Count](/azure/communication-services/how-tos/calling-sdk/manage-video?branch=main&branchFallbackFrom=pr-en-us-249591&pivots=platform-web#remote-video-quality) to determine how many current incoming video streams your web environment can support.
98+
While the Calling SDK don't enforce these limits, your users may 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.
9999

100100
## Calling SDK timeouts
101101

@@ -182,4 +182,3 @@ For more information, see the following articles:
182182
- Learn about [call types](../voice-video-calling/about-call-types.md)
183183
- Learn about [call automation API](../call-automation/call-automation.md) that enables you to build server-based calling workflows that can route and control calls with client applications.
184184
- [Plan your PSTN solution](../telephony/plan-solution.md)
185-

0 commit comments

Comments
 (0)