You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/video-effects/video-effects-javascript.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to add video effects in your video calls using Azure Comm
5
5
author: sloanster
6
6
7
7
ms.author: micahvivion
8
-
ms.date: 02/14/2025
8
+
ms.date: 04/08/2025
9
9
ms.topic: quickstart
10
10
ms.service: azure-communication-services
11
11
ms.subservice: calling
@@ -23,8 +23,8 @@ The Video effects feature allows users to incorporate visual effects into their
23
23
> 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.
24
24
25
25
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.
28
28
29
29
Use the `npm install` command to install the Azure Communication Services Effects SDK for JavaScript.
30
30
@@ -143,5 +143,4 @@ For best results when preparing the frosted PNG image, keep in mind:
143
143
144
144
***Resolution**: Use 1920x1080 pixels for a high-quality background
145
145
***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