Skip to content

Commit 3a052cb

Browse files
authored
Update web.md
1 parent 13b5eef commit 3a052cb

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
@@ -22,12 +22,12 @@ Use the `npm install` command to install the Azure Communication Services Audio
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).
2424
```console
25-
@azure/communication-calling-effects@1.1.1-beta.1
25+
@azure/communication-calling-effects@next
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/v/1.1.1-beta.1?activeTab=readme) on the calling effects npm package page.
30+
You can find more [details ](https://www.npmjs.com/package/@azure/communication-calling-effects/v/next) 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.
@@ -112,4 +112,4 @@ await audioEffectsFeatureApi.startEffects({
112112
await audioEffectsFeatureApi.stopEffects({
113113
noiseSuppression: true
114114
});
115-
```
115+
```

0 commit comments

Comments
 (0)