Skip to content

Commit 7d048a7

Browse files
authored
Merge pull request #106098 from reginaliang3/patch-1
Update video-effects-javascript.md
2 parents 23d25dd + 6ef5bf6 commit 7d048a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
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,6 +90,7 @@ 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+
> Current supported aspect ratio is 16:9.
9394
9495
```js
9596
const backgroundImage = 'https://linkToImageFile';

0 commit comments

Comments
 (0)