Skip to content

Commit c74d8ae

Browse files
authored
Update mute-participants.md
Remove section of known issues, add link to call automation overview.
1 parent 086995a commit c74d8ae

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

articles/communication-services/how-tos/call-automation/mute-participants.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@ zone_pivot_groups: acs-csharp-java
1919
>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.
2020
>Apply to become an early adopter by filling out the form for [preview access to Azure Communication Services](https://aka.ms/acs-tap-invite).
2121
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.
2323

2424
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.
2525

2626
## Common use cases
2727

2828
### Contact centre supervisor call monitoring
29+
2930
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.
3031

3132
*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
3940
[!INCLUDE [Mute participants with Java](./includes/mute-participants-how-to-java.md)]
4041
::: zone-end
4142

42-
## Event codes
43-
|Status|Code|Subcode|Message|
44-
|----|--|-----|-----|
45-
|||||
46-
4743

4844
## 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).
5045

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).
5247

5348
## Next Steps
49+
50+
Learn more about [Call Automation](../../concepts/call-automation/call-automation.md).

0 commit comments

Comments
 (0)