Skip to content

Commit 29478cb

Browse files
authored
Update video-effects-javascript.md
1 parent 48f46be commit 29478cb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to add video effects in your video calls using Azure Comm
55
author: sloanster
66

77
ms.author: micahvivion
8-
ms.date: 02/14/2025
8+
ms.date: 04/08/2025
99
ms.topic: quickstart
1010
ms.service: azure-communication-services
1111
ms.subservice: calling
@@ -23,8 +23,8 @@ The Video effects feature allows users to incorporate visual effects into their
2323
> Background blur and background replacement for **Web Desktop browsers** is in GA availability. This quickstart uses the Azure Communication Services Calling SDK version of `1.13.1` (or greater) and the Azure Communication Services Calling Effects SDK version greater than or equal to `1.0.1`. Currently desktop browser support for creating video background effects is only supported on Chrome and Edge Desktop Browser (Windows and Mac) and Mac Safari Desktop.
2424
2525

26-
> [!NOTE]
27-
> Background blur and background replacement for **Android Chrome and Android Edge mobile browser** is available in public preview starting in build [1.29.1](https://github.com/Azure/Communication/blob/master/releasenotes/acs-javascript-calling-library-release-notes.md#1291-beta1-2024-08-26) and later beta WebJS SDK versions.
26+
> [!IMPORTANT]
27+
> Background blur and background replacement for **Android Chrome and Android Edge mobile browser** is available in General Availability starting in build [1.34.1](https://www.npmjs.com/package/@azure/communication-calling/v/1.34.1) and later WebJS SDK versions. You must use version [1.1.4](https://www.npmjs.com/package/@azure/communication-calling-effects) or higher of the calling effects package to impliment background effects on Android mobile browsers.
2828
2929
Use the `npm install` command to install the Azure Communication Services Effects SDK for JavaScript.
3030

@@ -143,5 +143,4 @@ For best results when preparing the frosted PNG image, keep in mind:
143143

144144
* **Resolution**: Use 1920x1080 pixels for a high-quality background
145145
* **Avoid full opacity**: Colored content such as logos looks best with a little transparency. We recommend 75% opacity
146-
* **Defocus the image**: A Gaussian blur of radius 2 works well to simulate a bit of depth of field in the scene.
147-
* **Stencil mid-gray foreground**: For grayscale PNG with transparency, we recommend having the full image in mid-gray (value 128) so that the transparency pattern is visible on both light and dark backgrounds.
146+
* **Stencil mid-gray foreground**: For grayscale PNG with transparency, we recommend having the full image in mid-gray (value 128) so that the transparency pattern is visible on both light and dark backgrounds.

0 commit comments

Comments
 (0)