Skip to content

Commit c1b38fb

Browse files
Update no-network.md
1 parent 6c8ce1c commit c1b38fb

File tree

1 file changed

+5
-3
lines changed
  • articles/communication-services/resources/troubleshooting/voice-video-calling/references/ufd

1 file changed

+5
-3
lines changed

articles/communication-services/resources/troubleshooting/voice-video-calling/references/ufd/no-network.md

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

1515
# noNetwork UFD
16-
The `noNetwork` UFD with `true` value occurs when there's no network available for ICE candidates being gathered,
17-
which means there are network setup issues in the local environment, such as a disconnected Wi-Fi or Ethernet cable.
16+
The `noNetwork` UFD with `true` value occurs when there's no network available for ICE candidates being gathered, which means there are network setup issues in the local environment, such as a disconnected Wi-Fi or Ethernet cable.
1817
Additionally, if the adapter fails to acquire an IP address and there are no other networks available, this can also result in `noNetwork` UFD.
1918

2019
| noNetwork UFD | Details |
@@ -39,4 +38,7 @@ call.feature(Features.UserFacingDiagnostics).network.on('diagnosticChanged', (di
3938
Your application should subscribe to events from the User Facing Diagnostics and display a message in your user interface to alert users of any network setup issues.
4039
Users can then take steps to resolve the issue on their own.
4140

42-
The end user should also check if they have disabled the network adapters or whether they have an available network.
41+
The end user should also check if they disabled the network adapters or whether they have an available network.
42+
43+
## Next steps
44+
* Learn more about [User Facing Diagnostics Feature](../../../../../concepts/voice-video-calling/user-facing-diagnostics.md).

0 commit comments

Comments
 (0)