Skip to content

Commit 5ba35a8

Browse files
authored
update 2
1 parent a7beb60 commit 5ba35a8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ titleSuffix: An Azure Communication Services quickstart
55
description: This document describes how to place video on a web page based on resolution size to optimize video placement and enhance overall page performance.
66
author: sloanster
77
services: azure-communication-services
8-
ms.date: 04/08/2025
8+
ms.date: 06/06/2025
99
ms.topic: quickstart
1010
ms.service: azure-communication-services
1111
ms.subservice: calling
@@ -81,9 +81,7 @@ Conversely, if the optimal count decreases and is [less than the current number
8181
- You can place one 1080p incoming video with the rest smaller than 720p.
8282
- You can place two 720p incoming videos with the rest smaller than 720p.
8383

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 supports placing 2 720p videos simultaneously on a web page.
84+
The WebJS calling SDK supports 1080p video streaming. To send a 1080p from a web desktop browser, you must use version 134.1 or higher of the [GA](https://www.npmjs.com/package/@azure/communication-calling) or [public preview](https://www.npmjs.com/package/@azure/communication-calling?activeTab=beta) caling SDK.
8785

8886
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.
8987

0 commit comments

Comments
 (0)