Skip to content

Commit a93499d

Browse files
authored
updated again
1 parent f3be7cb commit a93499d

File tree

1 file changed

+5
-6
lines changed
  • articles/communication-services/tutorials/audio-quality-enhancements/includes

1 file changed

+5
-6
lines changed

articles/communication-services/tutorials/audio-quality-enhancements/includes/web.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,20 @@ This tutorial employs the Azure Communication Services Calling SDK version `1.28
2222

2323
Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.
2424

25-
> [!NOTE
26-
If you are using the GA version of the calling SDK you must use the [GA version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1) of the audio effects SDK]
25+
> [!NOTE]
26+
> If you are using the GA version of the calling SDK you must use the [GA version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1) of the audio effects SDK.
2727
```console
2828
2929
```
3030

31-
> [!NOTE
32-
If you are using the ACS public preview SDK you must use the [beta version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1-beta.2) of the audio effects SDK]
31+
> [!NOTE]
32+
> If you are using the ACS public preview SDK you must use the [beta version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1-beta.2) of the audio effects SDK.
3333
```console
3434
3535
```
3636

37-
> [!NOTE
37+
> [!NOTE]
3838
> The calling effects 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).
39-
]
4039
4140
You can find more [details ](https://www.npmjs.com/package/@azure/communication-calling-effects/v/next) on the calling effects npm package page.
4241

0 commit comments

Comments
 (0)