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
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/voice-video-calling/video-effects.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
ms.author: micahvivion
3
3
title: Azure Communication Services Calling video WebJS video effects
4
4
titleSuffix: An Azure Communication Services document
5
-
description: In this document you'll learn how to create video effects on a Azure Communication Services call.
5
+
description: In this document, you'll learn how to create video effects on an Azure Communication Services call.
6
6
author: sloanster
7
7
services: azure-communication-services
8
8
@@ -25,11 +25,11 @@ ms.subservice: calling
25
25
> [!NOTE]
26
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).
27
27
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.
28
+
The Azure Communication Calling SDK allows you to create video effects that other users 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
31
31
### Install the Azure Communication Services Calling SDK
32
-
- An Azure account with an active subscription is required. Please see [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
32
+
- An Azure account with an active subscription is required. See [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) on how to create an Azure account.
33
33
-[Node.js](https://nodejs.org/) active Long Term Support(LTS) versions are recommended.
34
34
- An active Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md).
35
35
- A User Access Token to instantiate a call client. Learn how to [create and manage user access tokens](../../quickstarts/access-tokens.md). You can also use the Azure CLI and run the command below with your connection string to create a user and an access token. (Need to grab connection string from the resource through Azure portal.)
@@ -47,24 +47,24 @@ Use ‘npm install’ command to install the Azure Communication Calling Effects
Currently the video effects supports the following ability:
50
+
Currently the video effects support the following ability:
51
51
- Background blur
52
52
- Replace the background with a custom image
53
53
54
54
## Browser Support:
55
55
56
56
Currently creating video effects is only supported on Chrome Desktop Browser and Mac Safari Desktop.
57
57
58
-
###Class model:
58
+
## Class model:
59
59
60
60
| Name | Description |
61
61
|---|---|
62
62
| BackgroundBlurEffect | The background blur effect class. |
63
63
| BackgroundReplacementEffect | The background replacement with image effect class. |
64
64
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.
65
+
To use video effects with the Azure Communication Calling client library, once you've created a LocalVideoStream, you need to get the VideoEffects feature API of from the LocalVideoStream.
0 commit comments