Skip to content

Commit f2fb838

Browse files
Merge pull request #296974 from sloanster/patch-33
Update optimizing-video-placement.md
2 parents bb83307 + 3cdda69 commit f2fb838

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/communication-services/quickstarts/voice-video-calling/optimizing-video-placement.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,13 @@ Conversely, if the optimal count decreases and is [less than the current number
7878

7979
### Things to consider when adding a 1080P or 720P video to a page.
8080

81-
In the version 1.33 and later of the WebJS SDK:
82-
8381
- You can place one 1080p incoming video with the rest smaller than 720P.
8482
- You can place two 720p incoming videos with the rest smaller than 720p.
8583

84+
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include.md)]
85+
86+
In [version 1.33](https://github.com/Azure/Communication/blob/master/releasenotes/acs-javascript-calling-library-release-notes.md#1332-beta1-2025-01-30) and later of the public preview calling SDK support putting 2 720P videos simultaneously on a web page.
87+
8688
For instance, in a group call where seven participants have their video cameras on, on each client page you can select two participants' videos are displayed at higher resolutions. These two participants set to show their video at 720p by setting their views on the web page to be 720 pixels in height by 1280 pixels in width (or greater). The remaining five participant videos should be set to a lower resolution, such as 360p or lower.
8789

8890
- To ensure that the total number of rendered videos remains below the OVC value threshold, review and adhere to the [Optimal Video Count (OVC)](../../how-tos/calling-sdk/manage-video.md?pivots=platform-web).

0 commit comments

Comments
 (0)