Skip to content

Commit 425f3e3

Browse files
Merge pull request #274152 from sloanster/patch-13
Update web.md
2 parents 9dc9da2 + 1272953 commit 425f3e3

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ 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-
26+
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
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.
32+
You can find more [details ](https://www.npmjs.com/package/@azure/communication-calling-effects/v/next) on the calling effects npm package page.
3133

3234
> [!NOTE]
3335
> Current browser support for adding audio noise suppression effects is only available on Chrome and Edge Desktop Browsers.
@@ -112,4 +114,4 @@ await audioEffectsFeatureApi.startEffects({
112114
await audioEffectsFeatureApi.stopEffects({
113115
noiseSuppression: true
114116
});
115-
```
117+
```

0 commit comments

Comments
 (0)