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
>Functionality described on this document is currently in private preview. Private preview includes access to SDKs and documentation for testing purposes that are not yet available publicly.
20
20
>Apply to become an early adopter by filling out the form for [preview access to Azure Communication Services](https://aka.ms/acs-tap-invite).
21
21
22
-
With Azure Communication Services Call Automation SDK, developers can now mute participants through server API requests. This feature can be useful when a participant in a call has forgotten to mute themselves or in scenarios where you may only want one participant to speak.
22
+
With Azure Communication Services Call Automation SDK, developers can now mute participants through server based API requests. This feature can be useful when you want your application to mute participants after they have joined the meeting to avoid any interuptions or distractions to ongoing meetings.
23
23
24
24
If you’re interested in abilities to allow participants to mute/unmute themselves on the call when they’ve joined with ACS Client Libraries, you can use our [mute/unmute function](../../calling-sdk/includes/manage-calls/manage-calls-web.md#mute-and-unmute-incoming-audio) provided through our Calling Library.
25
25
26
26
## Common use cases
27
27
28
28
### Contact centre supervisor call monitoring
29
+
29
30
In a typical contact centre scenario, there may be times when a supervisor needs to join an on-going call to monitor the call to provide guidance to agents after the call on how they could improve their assistance. The supervisor would join muted as to not disturb the on-going call with any extra side noise.
30
31
31
32
*This guide will help you learn how to mute participants by using the mute action provided through Azure Communication Services Call Automation SDK.*
@@ -39,15 +40,11 @@ In a typical contact centre scenario, there may be times when a supervisor needs
39
40
[!INCLUDE [Mute participants with Java](./includes/mute-participants-how-to-java.md)]
40
41
::: zone-end
41
42
42
-
## Event codes
43
-
|Status|Code|Subcode|Message|
44
-
|----|--|-----|-----|
45
-
|||||
46
-
47
43
48
44
## Clean up resources
49
-
If you want to clean up and remove a Communication Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it. Learn more about [cleaning up resources](../../quickstarts/create-communication-resource.md#clean-up-resources).
50
45
51
-
## Known issues
46
+
If you want to clean up and remove a Communication Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it. Learn more about [cleaning up resources](../../quickstarts/create-communication-resource.md#clean-up-resources).
52
47
53
48
## Next Steps
49
+
50
+
Learn more about [Call Automation](../../concepts/call-automation/call-automation.md).
0 commit comments