Skip to content

Commit c341ed8

Browse files
Merge pull request #250630 from sloanster/patch-30
Update calling-sdk-features.md
2 parents 5848340 + cb2933b commit c341ed8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

Lines changed: 2 additions & 6 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

@@ -136,15 +136,12 @@ Running JavaScript Calling SDK on these platforms isn't actively tested, it may
136136
## Android Calling SDK support
137137

138138
- Support for Android API Level 21 or Higher
139-
140139
- Support for Java 7 or higher
141-
142140
- Support for Android Studio 2.0
143141

144142
## iOS Calling SDK support
145143

146144
- Support for iOS 10.0+ at build time, and iOS 12.0+ at run time
147-
148145
- Xcode 12.0+
149146

150147
## Calling client - browser security model
@@ -182,4 +179,3 @@ For more information, see the following articles:
182179
- Learn about [call types](../voice-video-calling/about-call-types.md)
183180
- 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.
184181
- [Plan your PSTN solution](../telephony/plan-solution.md)
185-

0 commit comments

Comments
 (0)