Skip to content

Commit e670f18

Browse files
authored
Update video-effects.md
1 parent 345ada3 commit e670f18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ms.subservice: calling
2525
> [!NOTE]
2626
> 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).
2727
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.
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. When 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
3131
### Install the Azure Communication Services Calling SDK
@@ -39,7 +39,7 @@ An example using the Azure CLI to
3939
```azurecli-interactive
4040
az communication identity token issue --scope voip --connection-string "yourConnectionString"
4141
```
42-
For details on using the CLI see [Use Azure CLI to Create and Manage Access Tokens](../../quickstarts/access-tokens.md?pivots=platform-azcli).
42+
For details on using the CLI, see [Use Azure CLI to Create and Manage Access Tokens](../../quickstarts/access-tokens.md?pivots=platform-azcli).
4343

4444
## Install the Calling effects SDK
4545
Use ‘npm install’ command to install the Azure Communication Calling Effects SDK for JavaScript.

0 commit comments

Comments
 (0)