Skip to content

Commit 6f4680b

Browse files
Merge pull request #270696 from sloanster/patch-46
Small changes - added table
2 parents df30de3 + 8a7e061 commit 6f4680b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/video-constraints/video-constraints-javascript.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
ms.author: enricohuang
2+
ms.author: micahvivion
33
title: Quickstart - Set video constraints in your web calling app
44
titleSuffix: An Azure Communication Services document
55
description: In this quickstart, you learn how to set video constraints in your existing web calling app using Azure Communication Services.
66
author: sloanster
77
services: azure-communication-services
8-
ms.date: 02/15/2024
8+
ms.date: 03/29/2024
99
ms.topic: include
1010
ms.service: azure-communication-services
1111
ms.subservice: calling
@@ -16,6 +16,12 @@ You can set video constraints in your calls to control the video quality based o
1616
## Send video constraints
1717
Azure Communication Services 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.
1818

19+
20+
21+
| Supported Constraints |
22+
| ----------- |
23+
| **Incoming video**: resolution<br />**Outgoing video**: resolution, framerate, bitrate |
24+
1925
### Setting video constraints at the start of a call - outgoing (send) video
2026
The video constraints setting is implemented on the `Call` interface. To use the Video Constraints, you can specify the constraints from within `CallOptions` when you make a call, accept a call, or join a call. You must specify `localVideoStreams` in `videoOptions`. <br/>
2127
Do note that constraints don't work if you join a call with audio only option and turn on the camera later. In this case, you can set video constraints dynamically using the `setConstraints` method on the `Call` interface.

0 commit comments

Comments
 (0)