Skip to content

Commit 67e74ad

Browse files
authored
slight change
1 parent a01715a commit 67e74ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ You can use the Video effects feature to add effects to your video in video call
1919
2020
## Using video effects
2121
### Install the package
22-
Use the `npm install` command to install the Azure Communication Services Effects SDK for JavaScript.
23-
2422
> [!NOTE]
2523
> 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 equil 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.
2624
2725
> [!IMPORTANT]
2826
> Background blur and replacement for **Android Chrome 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. This preview version is provided without a service-level agreement, and we don't recommend it for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
2927
28+
Use the `npm install` command to install the Azure Communication Services Effects SDK for JavaScript.
29+
3030
```console
3131
npm install @azure/communication-calling-effects --save
3232
```

0 commit comments

Comments
 (0)