Skip to content

Commit 910f163

Browse files
Update no-speaker-devices-enumerated.md
1 parent 266a4a4 commit 910f163

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ ms.subservice: calling
1313
---
1414

1515
# noSpeakerDevicesEnumerated UFD
16-
The `noSpeakerDevicesEnumerated` UFD with `true` value occurs when there is no speaker device presented in the device list returned by the browser API. This happens when the `navigator.mediaDevices.enumerateDevices` browser API doesn't include any audio output devices. This indicates that there are no speakers available on the user's machine, which could be because the user unplugged or disabled the speaker.
17-
18-
However, for some platforms such as iOS, the browser doesn't provide the audio output devices in the device list. In this case, the SDK considers it as expected behavior and doesn't fire `noSpeakerDevicesEnumerated` UFD.
16+
The `noSpeakerDevicesEnumerated` UFD with `true` value occurs when there is no speaker device presented in the device list returned by the browser API. This issue occurs when the `navigator.mediaDevices.enumerateDevices` browser API doesn't include any audio output devices. This event indicates that there are no speakers available on the user's machine, which could be because the user unplugged or disabled the speaker.
1917

18+
On some platforms such as iOS, the browser doesn't provide the audio output devices in the device list. In this case, the SDK considers it as expected behavior and doesn't fire `noSpeakerDevicesEnumerated` UFD.
2019

2120
| noSpeakerDevicesEnumerated UFD | Details |
2221
| --------------------------------------|------------------------|
@@ -38,4 +37,7 @@ call.feature(Features.UserFacingDiagnostics).media.on('diagnosticChanged', (diag
3837
```
3938
## How to mitigate or resolve
4039
Your application should subscribe to events from the User Facing Diagnostics and display a message on your user interface to alert users of any device setup issues.
41-
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 speaker devices.
40+
Users can then take steps to resolve the issue on their own, such as plugging in a headset or checking whether they disabled the speaker devices.
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)