Skip to content

Commit 7201c81

Browse files
authored
Updated browser support
1 parent b064c2c commit 7201c81

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can use the Video effects feature to add effects to your video in video call
2222
Use the `npm install` command to install the Azure Communication Services Effects SDK for JavaScript.
2323

2424
> [!IMPORTANT]
25-
> Background blur and background replacement for **[Web Desktop browsers](../../../../concepts/voice-video-calling/calling-sdk-features.md#javascript-calling-sdk-support-by-os-and-browser)** 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`.
25+
> 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.
2626
2727
> [!IMPORTANT]
2828
> 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/).
@@ -32,9 +32,6 @@ npm install @azure/communication-calling-effects --save
3232
```
3333
See [here](https://www.npmjs.com/package/@azure/communication-calling-effects) for more details on the calling communication effects npm package page.
3434

35-
> [!NOTE]
36-
> Currently browser support for creating video background effects is only supported on Chrome and Edge Desktop Browser (Windows and Mac) and Mac Safari Desktop.
37-
3835
> [!NOTE]
3936
> Currently there are two available video effects:
4037
> - Background blur

0 commit comments

Comments
 (0)