Skip to content

Commit bcceb9b

Browse files
authored
Update video-effects.md
1 parent 6ae95de commit bcceb9b

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

articles/communication-services/concepts/voice-video-calling/video-effects.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
ms.author: sloanster
2+
ms.author: micahvivion
33
title: Azure Communication Services Calling video WebJS video effects
44
titleSuffix: An Azure Communication Services document
55
description: In this document you'll learn how to create video effects on a Azure Communication Services call.
@@ -16,15 +16,15 @@ ms.subservice: calling
1616

1717
[!INCLUDE [Public Preview](../../includes/public-preview-include-document.md)]
1818

19+
>[!IMPORTANT]
20+
> 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.
21+
1922
> [!NOTE]
2023
> This API is provided as a preview ('beta') for developers and may change based on feedback that we receive.
2124
2225
> [!NOTE]
2326
> This library cannot be used standalone and can only work when used with the Azure Communication Calling client library for WebJS (https://www.npmjs.com/package/@azure/communication-calling).
2427
25-
>[!IMPORTANT]
26-
> 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.
27-
2828
The Azure Communication Calling SDK allows you to create video effects that other viewsers on a call will be able to see. For example, for a user doing ACS calling using the WebJS SDK you can now enable that the user can turn on background blur. With background blur enabled a user can feel more comfortable in doing a video call that the output video will just show a user and all other content will be blurred.
2929

3030
## Prerequisites
@@ -51,17 +51,16 @@ Currently the video effects supports the following ability:
5151
- Background blur
5252
- Replace the background with a custom image
5353

54+
## Browser Support:
5455

55-
Class model:
56-
| Name | Description |
57-
| ------------- |:-------------:|
58-
| BackgroundBlurEffect | The background blur effect class. |
59-
| BackgroundReplacementEffect | The background replacement with image effect class. |
60-
56+
Currently creating video effects is only supported on Chrome Desktop Browser and Mac Safari Desktop.
6157

62-
## Browser Support:
58+
### Class model:
6359

64-
Currently creating video effects on Chrome Desktop Browser and Mac Safari Desktop. Other browser support will come in the future.
60+
| Name | Description |
61+
|---|---|
62+
| BackgroundBlurEffect | The background blur effect class. |
63+
| BackgroundReplacementEffect | The background replacement with image effect class. |
6564

6665
To use video effects with the Azure Communication Calling client library, once you have created a LocalVideoStream, you need to get the VideoEffects feature API of from the LocalVideoStream.
6766

0 commit comments

Comments
 (0)