Skip to content

Commit c3a06f0

Browse files
authored
updated
1 parent 9fa927e commit c3a06f0

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
@@ -115,7 +115,7 @@ await call.startCall({
115115
});
116116
```
117117

118-
### Turn on Noise Suppression during an ongoing call
118+
## Turn on Noise Suppression during an ongoing call
119119
There are situations where a user might start a call and not have **noise suppression** turned on, but their current environment might get noisy resulting in them needing to turn on **noise suppression**. To turn on **noise suppression**, you can use the `audioEffectsFeatureApi.startEffects` API.
120120
```js
121121
// Create the noise supression instance

0 commit comments

Comments
 (0)