Skip to content

Commit accad48

Browse files
authored
Update video-effects-javascript.md
Updating with 16:9 aspect ratio.
1 parent 839853a commit accad48

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ See [here](https://www.npmjs.com/package/@azure/communication-calling-effects) f
4040
> [!NOTE]
4141
> Currently there are two available video effects:
4242
> - Background blur
43-
> - Background replacement with an image
43+
> - Background replacement with an image (the aspect ratio should be 16:9 to be compatible)
4444
4545
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:
4646
```js
@@ -90,7 +90,9 @@ You need to provide the URL of the image you want as the background to this effe
9090
> [!NOTE]
9191
> Current supported image formats are: png, jpg, jpeg, tiff, bmp.
9292
>
93-
93+
> [!NOTE]
94+
> Current supported aspect ratio is 16:9.
95+
>
9496
```js
9597
const backgroundImage = 'https://linkToImageFile';
9698

0 commit comments

Comments
 (0)