diff --git a/articles/communication-services/concepts/voice-video-calling/includes/user-facing-diagnostics-web.md b/articles/communication-services/concepts/voice-video-calling/includes/user-facing-diagnostics-web.md index 66ff3ad87d21d..26ebe63d05ffa 100644 --- a/articles/communication-services/concepts/voice-video-calling/includes/user-facing-diagnostics-web.md +++ b/articles/communication-services/concepts/voice-video-calling/includes/user-facing-diagnostics-web.md @@ -37,7 +37,7 @@ The following user-facing diagnostics are available: | networkReconnect | The connection was lost and the client is reconnecting to the network. | - Set to`Bad` when the network is disconnected
- Set to `Poor`when the media transport connectivity is lost
- Set to `Good` when a new session is connected. | Local
Remote | Low bandwidth, no internet | Ensure that the call has a reliable internet connection that can sustain a voice call. For more information, see the [Network bandwidth requirement](../network-requirements.md#network-bandwidth) section. | | networkReceiveQuality | An indicator regarding incoming stream quality. | - Set to `Bad` when there's a severe problem with receiving the stream.
- Set to `Poor` when there's a mild problem with receiving the stream.
- Set to `Good` when there's no problem with receiving the stream. | Local
Remote | Low bandwidth | Ensure that the call has a reliable internet connection that can sustain a voice call. For more information, see the [Network bandwidth requirement](../network-requirements.md#network-bandwidth) section. Suggest that the end user turn-off their camera to conserve available internet bandwidth. | | networkSendQuality | An indicator regarding outgoing stream quality. | - Set to `Bad` when there's a severe problem with sending the stream.
- Set to `Poor` when there's a mild problem with sending the stream.
- Set to `Good` when there's no problem with sending the stream. | Local
Remote | Low bandwidth | Ensure that the call has a reliable internet connection that can sustain a voice call. For more information, see the [Network bandwidth requirement](../network-requirements.md#network-bandwidth) section. Also, suggest that the end user turn-off their camera to conserve available internet bandwidth. | -| serverConnection | It shows whether a remote participant has unexpectedly disconnected from the call due to server loosing connection to client. | - Set to `Bad` when there's a severe problem with sending the stream.
- Set to `Good` when there's no problem with sending the stream. | Remote | No internet connection between client and server infrastructure | Ensure that the call has a reliable internet connection that can sustain a voice call. For more information, see the [Network bandwidth requirement](../network-requirements.md#network-bandwidth) section.| +| serverConnection | It shows whether a remote participant has unexpectedly disconnected from the call due to server losing connection to client. | - Set to `Bad` when there's a severe problem with sending the stream.
- Set to `Good` when there's no problem with sending the stream. | Remote | No internet connection between client and server infrastructure | Ensure that the call has a reliable internet connection that can sustain a voice call. For more information, see the [Network bandwidth requirement](../network-requirements.md#network-bandwidth) section.| ### Audio values | Name | Description | Possible values | Location | Use cases | Mitigation steps |