Skip to content

Commit dbc0b3e

Browse files
Merge pull request #250633 from sloanster/patch-31
Update video-constraints.md
2 parents c341ed8 + ccad245 commit dbc0b3e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/communication-services/concepts/voice-video-calling/video-constraints.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The Video Constraints API is a powerful tool that enables developers to control
2121

2222
Another benefit of the Video Constraints API is that it enables developers to optimize the video call for different devices. For example, if a user is using an older device with limited processing power, developers can set constraints on the video resolution to ensure that the video call runs smoothly on that device
2323

24-
ACS Web Calling SDK supports setting the maximum video resolution, framerate, or bitrate that a client sends. The sender video constraints are supported on Desktop browsers (Chrome, Edge, Firefox) and when using iOS Safari mobile browser.
24+
ACS Web Calling SDK supports setting the maximum video resolution, framerate, or bitrate that a client sends. The sender video constraints are supported on Desktop browsers (Chrome, Edge, Firefox) and when using iOS Safari mobile browser or Android Chrome mobile browser.
2525

2626
The ACS native Calling SDK (Android, iOS, Windows) supports setting the maximum values of video resolution and framerate for outgoing video streams and setting the maximum resolution for incoming video streams. These constraints can be set at the start of the call and during the call.
2727

@@ -36,7 +36,6 @@ The ACS native Calling SDK (Android, iOS, Windows) supports setting the maximum
3636

3737
## Next steps
3838
For more information, see the following articles:
39-
4039
- [Tutorial on how to enable video constraints](../../quickstarts/voice-video-calling/get-started-video-constraints.md)
4140
- [Enable Media Quality Statistics in your application](./media-quality-sdk.md)
4241
- Learn about [Calling SDK capabilities](../../quickstarts/voice-video-calling/getting-started-with-calling.md)

0 commit comments

Comments
 (0)