Skip to content

Commit d13a821

Browse files
authored
updated again
1 parent b7e86d9 commit d13a821

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Use the `npm install` command to install the Azure Communication Services Audio
3838
```
3939
## Loading the Noise Suppression effects library
4040

41-
For details on the API interface concerning audio effects properties and methods, please consult the [Audio Effects Feature interface](/javascript/api/azure-communication-services/@azure/communication-calling/audioeffectsfeature?view=azure-communication-services-js) API interface documentation page.
41+
For details on the interface detailing audio effects properties and methods, consult the [Audio Effects Feature interface](/javascript/api/azure-communication-services/@azure/communication-calling/audioeffectsfeature?view=azure-communication-services-js&preserve-view=true) API documentation page.
4242

4343
To use `noise suppression` audio effects within the Azure Communication Calling SDK, you need the `LocalAudioStream` that is currently in the call. You need access to the `AudioEffects` API of the `LocalAudioStream` to start and stop audio effects.
4444
```js
@@ -148,4 +148,4 @@ await audioEffectsFeatureApi.stopEffects({
148148
});
149149
```
150150
## More Details
151-
Please see [Audio Effects Feature interface](/javascript/api/azure-communication-services/@azure/communication-calling/audioeffectsfeature?view=azure-communication-services-js) documentation page for extended API feature details.
151+
See [Audio Effects Feature interface](/javascript/api/azure-communication-services/@azure/communication-calling/audioeffectsfeature?view=azure-communication-services-js&preserve-view=true) documentation page for extended API feature details.

0 commit comments

Comments
 (0)