Skip to content

Commit 8c0d6b0

Browse files
authored
Update video-constraints.md
1 parent 7f8c103 commit 8c0d6b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Another benefit of the Video Constraints API is that it enables developers to op
2323

2424
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.
2525

26-
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.
26+
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

2828
## Supported constraints
2929

@@ -32,11 +32,11 @@ ACS native Calling SDK (Android, iOS, Windows) supports setting the maximum val
3232
| Web | Outgoing video: resolution, framerate, bitrate |
3333
| Android | Incoming video: resolution<br />Outgoing video: resolution, framerate |
3434
| iOS | Incoming video: resolution<br />Outgoing video: resolution, framerate |
35-
| Windows | Incoming video: resolution<br />Outgoing video: resolution, ramerate |
35+
| Windows | Incoming video: resolution<br />Outgoing video: resolution, framerate |
3636

3737
## Next steps
3838
For more information, see the following articles:
3939

40-
- [Tutorial on how to enable video contraints](../../quickstarts/voice-video-calling/get-started-video-constraints.md)
40+
- [Tutorial on how to enable video constraints](../../quickstarts/voice-video-calling/get-started-video-constraints.md)
4141
- [Enable Media Quality Statistics in your application](./media-quality-sdk.md)
4242
- Learn about [Calling SDK capabilities](../../quickstarts/voice-video-calling/getting-started-with-calling.md)

0 commit comments

Comments
 (0)