Skip to content

Commit b64170d

Browse files
Merge pull request #296360 from lisaleehan/patch-8
Update manage-calls-windows.md
2 parents 5277474 + 5202c64 commit b64170d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-calls/manage-calls-windows.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,8 @@ await this.call.UnmuteOutgoingAudioAsync();
143143
> [!NOTE]
144144
> To use this API please use the Azure Communication Services Calling Windows SDK version 1.9.0 or higher.
145145
146+
Now when a PSTN participant is muted, they should get an announcement that they have been muted and that they can press a key combination (e.g. *6) to unmute themselves. When they press *6, they should be unmuted.
147+
146148
To mute all other participants or mute a specific participant, you can use the asynchronous APIs `MuteAllRemoteParticipantsAsync` on the call and `MuteAsync` on the remote participant:
147149

148150
```csharp

0 commit comments

Comments
 (0)