Skip to content

Commit aff894d

Browse files
authored
Update mute-participants.md
updates based on acrolinx feedback
1 parent 80aba1f commit aff894d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ 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 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.
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've joined the meeting to avoid any interruptions 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

28-
### Contact centre supervisor call monitoring
28+
### Contact center supervisor call monitoring
2929

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+
In a typical contact center, 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.
3131

32-
*This guide will help you learn how to mute participants by using the mute action provided through Azure Communication Services Call Automation SDK.*
32+
*This guide helps you learn how to mute participants by using the mute action provided through Azure Communication Services Call Automation SDK.*
3333

3434

3535
::: zone pivot="programming-language-csharp"

0 commit comments

Comments
 (0)