Skip to content

Commit 6c8ce1c

Browse files
Update no-microphone-devices-enumerated.md
1 parent edac73e commit 6c8ce1c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/communication-services/resources/troubleshooting/voice-video-calling/references/ufd/no-microphone-devices-enumerated.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ ms.subservice: calling
1414

1515
# noMicrophoneDevicesEnumerated UFD
1616
The `noMicrophoneDevicesEnumerated` UFD with a `true` value occurs when the browser API `navigator.mediaDevices.enumerateDevices` doesn't include any audio input devices.
17-
This means that there are no microphones available on the user's machine, which could be because the user unplugged or disabled the microphone.
17+
This means that there are no microphones available on the user's machine. This issue is caused by the user unplugging or disabling the microphone.
1818

1919
> [!NOTE]
2020
> This UFD is unrelated to the a user allowing microphone permission.
2121
22-
Even if a user doesn't grant the microphone permission at the browser level, the `DeviceManager.getMicrophones` API still returns a microphone device info with an empty name, which indicates that there exists a microphone device on the user's machine.
22+
Even if a user doesn't grant the microphone permission at the browser level, the `DeviceManager.getMicrophones` API still returns a microphone device info with an empty name, which indicates the presence of a microphone device on the user's machine.
2323

2424
| noMicrophoneDevicesEnumeratedUFD | Details |
2525
| --------------------------------------|------------------------|
@@ -40,4 +40,7 @@ call.feature(Features.UserFacingDiagnostics).media.on('diagnosticChanged', (diag
4040
});
4141
```
4242
## How to mitigate or resolve
43-
Your application should subscribe to events from the User Facing Diagnostics and display a message on the user interface to alert users of any device setup issues. Users can then take steps to resolve the issue on their own, such as plugging in a headset or checking whether they have disabled the microphone devices.
43+
Your application should subscribe to events from the User Facing Diagnostics and display a message on the user interface to alert users of any device setup issues. Users can then take steps to resolve the issue on their own, such as plugging in a headset or checking whether they disabled the microphone devices.
44+
45+
## Next steps
46+
* Learn more about [User Facing Diagnostics Feature](../../../../../concepts/voice-video-calling/user-facing-diagnostics.md).

0 commit comments

Comments
 (0)