Skip to content

Commit 964b0dc

Browse files
Merge pull request #289910 from sloanster/patch-30
Update web.md
2 parents f26d166 + d20c68d commit 964b0dc

File tree

1 file changed

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

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: sloanster
66
ms.author: micahvivion
77

88
services: azure-communication-services
9-
ms.date: 09/11/2024
9+
ms.date: 11/05/2024
1010
ms.topic: include
1111
ms.service: azure-communication-services
1212
ms.subservice: calling
@@ -17,24 +17,25 @@ The Azure Communication Services audio effects *noise suppression* abilities can
1717
## Use audio effects: Install the calling effects npm package
1818

1919
> [!IMPORTANT]
20-
> This tutorial employs the Azure Communication Services Calling SDK version `1.28.4` or later, alongside the Azure Communication Services Calling Effects SDK version `1.1.1` or later. The general availability (GA) stable version `1.28.4` and later of the Calling SDK support noise suppression features. Alternatively, if you opt to use the public preview version, Calling SDK versions `1.24.2-beta.1` and later also support noise suppression.
20+
> This tutorial employs the Azure Communication Services Calling SDK version `1.28.4` or later, alongside the Azure Communication Services Calling Effects SDK version `1.1.2` or later. The general availability (GA) stable version `1.28.4` and later of the Calling SDK support noise suppression features. Alternatively, if you opt to use the public preview version, Calling SDK versions `1.24.2-beta.1` and later also support noise suppression.
2121
>
2222
> Current browser support for adding audio noise suppression effects is available only on Chrome and Edge desktop browsers.
2323
2424
The calling effects library can't be used standalone. It works only when used with the Azure Communication Services Calling client library for WebJS.
2525

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

28-
If you use 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 Calling Effects SDK.
28+
If you use the GA version of the Calling SDK, you must use the [GA version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/latest) of the Calling Effects SDK.
2929

3030
```console
31-
@azure/communication-calling-effects@1.1.1
31+
@azure/communication-calling-effects/v/latest
3232
```
3333

34-
If you use the public preview of the Calling SDK, you must use the [beta version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1-beta.2) of the Calling Effects SDK.
34+
If you use the public preview of the Calling SDK, you must use the [beta version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/next) of the Calling Effects SDK.
3535

3636
```console
37-
37+
@azure/communication-calling-effects/v/next
38+
```
3839
```
3940
4041
## Load the noise suppression effects library

0 commit comments

Comments
 (0)