Skip to content

Commit 0539896

Browse files
authored
update 5
1 parent 3fc3c90 commit 0539896

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ await audioEffectsFeatureApi.stopEffects({
221221
```
222222

223223
## Check what audio effects are active
224-
To check what noise suppression effects are currently active, you can use the `activeEffects` property. The `activeEffects` property returns an object with the names of the current active effects. See [here](/javascript/api/azure-communication-services/@azure/communication-calling/activeaudioeffects?view=azure-communication-services-js) for more details on the 'activeEffects' interface.
224+
To check what noise suppression effects are currently active, you can use the `activeEffects` property. The `activeEffects` property returns an object with the names of the current active effects. See [here](/javascript/api/azure-communication-services/@azure/communication-calling/activeaudioeffects?view=azure-communication-services-js&preserve-view=true) for more details on the 'activeEffects' interface.
225225

226226
```js
227227
import { EchoCancellationEffect, DeepNoiseSuppressionEffect } from '@azure/communication-calling-effects';

0 commit comments

Comments
 (0)