You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/tutorials/audio-quality-enhancements/includes/web.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,30 @@ If you use the **public preview** of the Calling SDK, you must use the [beta ver
56
56
```
57
57
58
58
## Enable Audio Effects you wish to use
59
-
For information on the interface that details audio effects properties and methods, see 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.
59
+
The following is a tree-structured representation of the AudioEffects interface:
-`activeEffects` gives you the currently running audio effects.
78
+
-`isSupported` checks if a specific effect is available in the current environment.
79
+
-`startEffects` and `stopEffects` control the activation of effects (noise suppression, echo cancellation)
80
+
-`on`/`off` let you subscribe/unsubscribe to events
81
+
82
+
For more information on the interface that details audio effects properties and methods, see 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.
0 commit comments