Skip to content

Commit 1272953

Browse files
authored
Slight update
1 parent 3a052cb commit 1272953

File tree

1 file changed

+3
-1
lines changed
  • articles/communication-services/tutorials/audio-quality-enhancements/includes

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@ The Azure Communication Services audio effects **noise suppression** abilities c
2121
Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.
2222
> [!IMPORTANT]
2323
> This tutorial uses the Azure Communication Services Calling SDK version of **`1.24.2-beta.1`** (or greater) and the Azure Communication Services Calling Audio Effects SDK version greater than or equal to **`1.1.1-beta.1`** (or greater).
24+
2425
```console
25-
@azure/communication-calling-effects@next
26+
@azure/communication-calling-effects@1.1.1-beta
2627
```
28+
2729
> [!NOTE]
2830
> The calling effect 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).
2931

0 commit comments

Comments
 (0)