Skip to content

Commit af3311f

Browse files
Merge pull request #225781 from sloanster/patch-10
Update video-effects-javascript.md
2 parents 0b8456d + 5145cdf commit af3311f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: mode-other
1515
You can use the Video effects feature to add effects to your video in video calls. This feature enables developers to build background visual effects and background video replacement into the calling experience. Background blur provides users with the mechanism to remove distractions behind a participant so that participants can communicate without disruptive activity or confidential information in the background. This is especially useful the context of telehealth, where a provider or patient might want to obscure their surroundings to protect sensitive information or personally identifiable information. Background blur can be applied across all virtual appointment scenarios, including telebanking and virtual hearings, to protect user privacy. In addition to enhanced confidentiality, background blur allows for more creativity of expression, allowing users to upload custom backgrounds to host a more fun, personalized calling experience.
1616

1717
>[!IMPORTANT]
18-
> The Calling Video effects are available starting on the public preview version [1.9.1-beta.1](https://www.npmjs.com/package/@azure/communication-calling/v/1.9.1-beta.1) of the Calling SDK. Please ensure that you use this or a newer SDK when using video effects.
18+
> The Calling Video effects are available starting on the public preview version [1.10.0-beta.1](https://www.npmjs.com/package/@azure/communication-calling/v/1.10.0-beta.1) of the Calling SDK. Please ensure that you use this or a newer SDK when using video effects.
1919
2020
> [!NOTE]
2121
> This API is provided as a preview ('beta') for developers and may change based on feedback that we receive.
@@ -32,12 +32,13 @@ Use the `npm install` command to install the Azure Communication Services Effect
3232
```console
3333
npm install @azure/communication-calling-effects --save
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.
3537
3638
> [!NOTE]
3739
> Currently there are two available video effects:
3840
> - Background blur
3941
> - Background replacement with an image
40-
>
4142
4243
To use video effects with the Azure Communication Calling SDK, once you've created a `LocalVideoStream`, you need to get the `VideoEffects` feature API of the `LocalVideoStream` to start/stop video effects:
4344
```js

0 commit comments

Comments
 (0)