Skip to content

Commit 98a2445

Browse files
authored
updated browser version and effects version details
1 parent c3728e8 commit 98a2445

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ The Azure Communication Services audio effects **noise suppression** abilities c
2020
### Install the npm package
2121
Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.
2222
> [!IMPORTANT]
23-
> 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).
23+
> 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).
2424
```console
25-
npm install @azure/communication-calling-effects --save
25+
@azure/communication-calling-effects@1.1.1-beta.1
2626
```
2727
> [!NOTE]
2828
> 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).
2929
30-
You can find more [details ](https://www.npmjs.com/package/@azure/communication-calling-effects) on the calling effects npm package page.
30+
You can find more [details ](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1-beta.1?activeTab=readme) on the calling effects npm package page.
3131

3232
> [!NOTE]
3333
> Current browser support for adding audio noise suppression effects is only available on Chrome and Edge Desktop Browsers.

0 commit comments

Comments
 (0)