Skip to content

Commit dea8e5d

Browse files
Merge pull request #261179 from sloanster/patch-38
Update video-constraints-javascript.md
2 parents 5bf0ade + 90e28c6 commit dea8e5d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ ms.subservice: calling
1313

1414
You can set video constraints in your calls to control the video quality based on resolution or frameRate or bitrate in your video calls. In this quickstart guide, we'll illustrate how to set video constraints at the start of a call and how to use our `setConstraints` method on the call object to set video constraints dynamically during the call.
1515

16-
17-
[!INCLUDE [Public Preview](../../../../includes/public-preview-include-document.md)]
18-
1916
> [!NOTE]
2017
> Currently, we only support setting video send constraints. You cannot set video constraints on incoming videos at this point of time.
2118
@@ -155,4 +152,4 @@ mediaStatsCollector.on('sampleReported', (sample: SDK.MediaStatsReportSample) =>
155152
// process the stats for the call.
156153
console.log(sample);
157154
});
158-
```
155+
```

0 commit comments

Comments
 (0)