Skip to content

Commit 40708ea

Browse files
authored
Update video-effects-javascript.md
1 parent 6cf5168 commit 40708ea

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to add video effects in your video calls using Azure Comm
55
author: sloanster
66

77
ms.author: micahvivion
8-
ms.date: 01/20/2023
8+
ms.date: 02/14/2024
99
ms.topic: quickstart
1010
ms.service: azure-communication-services
1111
ms.subservice: calling
@@ -77,6 +77,7 @@ if (backgroundBlurSupported) {
7777
}
7878
```
7979

80+
8081
### Background replacement with an image
8182
You need to provide the URL of the image you want as the background to this effect.
8283
> [!IMPORTANT]
@@ -134,3 +135,7 @@ To stop effects:
134135
```js
135136
await videoEffectsFeatureApi.stopEffects();
136137
```
138+
139+
### Add a frosted glass background effect
140+
Frosted glass backgrounds combine the privacy of a blurred background with the customization of your selected image to produce a sophisticated effect resembling frosted glass windows.
141+
To achieve this effect, upload a transparent PNG image as your custom background. This image could be your company logo or a unique design. The frosted glass effect will blur the transparent areas of your image, while preserving the graphic as part of the background.

0 commit comments

Comments
 (0)