Skip to content

Commit 32c331f

Browse files
authored
Update calling-sdk-features.md
1 parent 10820b0 commit 32c331f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

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

Lines changed: 9 additions & 5 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: 02/24/2024
10+
ms.date: 03/04/2024
1111
ms.topic: conceptual
1212
ms.service: azure-communication-services
1313
ms.subservice: calling
@@ -169,14 +169,18 @@ The Azure Communication Services Calling SDK supports the following streaming co
169169
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.
170170

171171
## Supported video resolutions
172-
The Azure Communication Services Calling SDK support up to the following video resolutions:
172+
The Azure Communication Services Calling SDK automatically adjusts resolutions of video and screen share streams during the call.
173+
174+
> [!NOTE]
175+
> The resolution can vary depending on the number of participants on a call, the amount of bandwidth available to the client, hardware capabilities of local participant who renders remote video streans and other overall call parameters.
176+
177+
The Azure Communication Services Calling SDK supports sending following video resolutions
173178

174179
| Maximum video resolution | WebJS | iOS | Android | Windows |
175180
| ------------- | ----- | ----- | ------- | ------- |
176-
| **Receiving video** | 1080P | 1080P | 1080P | 1080P |
177181
| **Sending video** | 720P | 720P | 720P | 1080P |
178-
179-
The resolution can vary depending on the number of participants on a call, the amount of bandwidth available to the client, and other overall call parameters.
182+
| **Sending screen share** | 1080P | 1080P | 1080P | 1080P |
183+
| **Receiving a remote video stream or screen share** | 1080P | 1080P | 1080P | 1080P |
180184

181185
## Number of participants on a call support
182186
- Up to 350 users can join a group call, Room or Teams + ACS call. The maximum number of users that can join through WebJS calling SDK or Teams web client is capped at 100 participants, the remaining calling end point will need to join using Android, iOS, or Windows calling SDK or related Teams desktop or mobile client apps.

0 commit comments

Comments
 (0)