Skip to content

Commit 5145cdf

Browse files
authored
Update video-effects-javascript.md
1 parent a27669d commit 5145cdf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@ Use the `npm install` command to install the Azure Communication Services Effect
3333
npm install @azure/communication-calling-effects --save
3434
```
3535
> [!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.
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.
3737
3838
> [!NOTE]
3939
> Currently there are two available video effects:
4040
> - Background blur
4141
> - Background replacement with an image
42-
>
4342
4443
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:
4544
```js

0 commit comments

Comments
 (0)