You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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
+
19
22
> [!NOTE]
20
23
> This API is provided as a preview ('beta') for developers and may change based on feedback that we receive.
21
24
22
25
> [!NOTE]
23
26
> 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).
24
27
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
-
28
28
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.
29
29
30
30
## Prerequisites
@@ -51,17 +51,16 @@ Currently the video effects supports the following ability:
51
51
- Background blur
52
52
- Replace the background with a custom image
53
53
54
+
## Browser Support:
54
55
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.
61
57
62
-
##Browser Support:
58
+
### Class model:
63
59
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. |
65
64
66
65
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.
0 commit comments