Skip to content

Commit 936a3b9

Browse files
Update speaking-while-microphone-is-muted.md
1 parent 60177e2 commit 936a3b9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/communication-services/resources/troubleshooting/voice-video-calling/references/ufd/speaking-while-microphone-is-muted.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ ms.subservice: calling
1313
---
1414

1515
# speakingWhileMicrophoneIsMuted UFD
16-
The `speakingWhileMicrophoneIsMuted` UFD occurs when the SDK detects that the audio input volume isn't muted although the user has muted the microphone.
17-
This event can remind the user who may want to speak something but has forgotten to unmute their microphone.
16+
The `speakingWhileMicrophoneIsMuted` UFD occurs when the SDK detects that the audio input volume isn't muted although the user did mute the microphone.
17+
This event can remind the user who may want to speak something but forgot to unmute their microphone.
1818
In this case, since the microphone state in the SDK is muted, no audio is sent.
1919

2020
| speakingWhileMicrophoneIsMuted | Detail |
@@ -38,3 +38,6 @@ call.feature(Features.UserFacingDiagnostics).media.on('diagnosticChanged', (diag
3838
## How to mitigate or resolve
3939
The `speakingWhileMicrophoneIsMuted` UFD isn't an error, but rather an indication of an inconsistency between the audio input volume and the microphone's muted state in the SDK.
4040
The purpose of this UFD is for the application to show a message on your user interface as a hint, so the user can know that the microphone is muted while they're speaking.
41+
42+
## Next steps
43+
* Learn more about [User Facing Diagnostics Feature](../../../../../concepts/voice-video-calling/user-facing-diagnostics.md).

0 commit comments

Comments
 (0)