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
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,21 +22,20 @@ This tutorial employs the Azure Communication Services Calling SDK version `1.28
22
22
23
23
Use the `npm install` command to install the Azure Communication Services Audio Effects SDK for JavaScript.
24
24
25
-
> [!NOTE
26
-
If you are using the GA version of the calling SDK you must use the [GA version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1) of the audio effects SDK]
25
+
> [!NOTE]
26
+
> If you are using the GA version of the calling SDK you must use the [GA version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1) of the audio effects SDK.
If you are using the ACS public preview SDK you must use the [beta version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1-beta.2) of the audio effects SDK]
31
+
> [!NOTE]
32
+
> If you are using the ACS public preview SDK you must use the [beta version](https://www.npmjs.com/package/@azure/communication-calling-effects/v/1.1.1-beta.2) of the audio effects SDK.
> The calling effects 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).
39
-
]
40
39
41
40
You can find more [details ](https://www.npmjs.com/package/@azure/communication-calling-effects/v/next) on the calling effects npm package page.
0 commit comments