Skip to content

Commit 0970f1a

Browse files
authored
Update network-diagnostic.md
1 parent ec41bb3 commit 0970f1a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/communication-services/concepts/developer-tools/network-diagnostic.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,27 @@ ms.service: azure-communication-services
1515

1616
[!INCLUDE [Private Preview Disclaimer](../../includes/private-preview-include-section.md)]
1717

18-
The Network Diagnostics Tool enables Azure Communication Services developers to ensure that their device and network conditions are optimal for connecting to the service to ensure a great call experience. The tool can be found at [aka.ms/acsdiagnostics](https://acs-network-diagnostic-tool.azurewebsites.net/). There users can quickly run a test, free of charge, by pressing the start test button. The tool performs diagnostics on the network, devices, and call quality. The results of the diagnostics are directly provided through the tools UI.
18+
The Network Diagnostics Tool enables Azure Communication Services developers to ensure that their device and network conditions are optimal for connecting to the service to ensure a great call experience. The tool can be found at [aka.ms/acsdiagnostics](https://acs-network-diagnostic-tool.azurewebsites.net/). Users can quickly run a test, by pressing the start test button. The tool performs diagnostics on the network, devices, and call quality. The results of the diagnostics are directly provided through the tools UI. No sign-in required to use the tool.
1919

2020
![Network Diagnostic Tool home screen](../media/network-diagnostic-tool.png)
2121

22-
As part of the diagnostics performed, the user is asked to enable permissions for the tool to access their devices. The user is also asked to record their voice which is then played back using an echo bot to ensure that the microphone is working as expected. The tool finally, performs a video test, where it uses the camera to detect video and measure the quality of the video sent and received.
22+
As part of the diagnostics performed, the user is asked to enable permissions for the tool to access their devices. Next, the user is asked to record their voice, which is then played back using an echo bot to ensure that the microphone is working. The tool finally, performs a video test. The test uses the camera to detect video and measure the quality for sent and received frames.
2323

2424
## Performed tests
2525

2626
The tool performs the following tests on behalf of the users and provides results for them:
2727

2828
| Test | Description |
2929
|-----------------------------------|------------------------------------------|
30-
| Browser Diagnostic | Checks for browser comaptibility. Azure Communication Services support specific browsers for [calling](../voice-video-calling/calling-sdk-features.md#javascript-calling-sdk-support-by-os-and-browser) and [chat](../chat/sdk-features.md#javascript-chat-sdk-support-by-os-and-browser). |
30+
| Browser Diagnostic | Checks for browser compatibility. Azure Communication Services supports specific browsers for [calling](../voice-video-calling/calling-sdk-features.md#javascript-calling-sdk-support-by-os-and-browser) and [chat](../chat/sdk-features.md#javascript-chat-sdk-support-by-os-and-browser). |
3131
| Media Device Diagnostic | Checks for availability of device (camera, microphone and speaker) and enabled permissions for those devices on the browser. |
3232
| Service Connectivity | Checks whether it can connect to Azure Communication Services |
33-
| Audio Test | Performs an echo bot call, where the user can talk to echo bot and hear themselves back. The test records media quality statistics for audio including jitter, bitrate, packet loss and RTT with thresholds for optimal conditions. |
34-
| Video Test | Performs a loop back video test, where video captured by the camera is sent back and forth to check for network quality conditions. The test records media quality statistics for video including jitter, bitrate, packetloss and RTT with thresholds for optimal conditions. |
33+
| Audio Test | Performs an echo bot call. Here the user can talk to echo bot and hear themselves back. The test records media quality statistics for audio including jitter, bitrate, packet loss and RTT with thresholds for optimal conditions. |
34+
| Video Test | Performs a loop back video test, where video captured by the camera is sent back and forth to check for network quality conditions. The test records media quality statistics for video including jitter, bitrate, packet loss and RTT with thresholds for optimal conditions. |
3535

3636
## Privacy
3737

38-
By running the network test, the tool collects and store service and client telemetry data to verify your network conditions and ensure that they are compatible with Azure Communication Services. The telemetry collected does not contain personal identifiable information. The test utilizes both audio and video collected through your device for this verification. The audio and video used for the test are not stored.
38+
When a user runs a network diagnostic, the tool collects and store service and client telemetry data to verify your network conditions and ensure that they're compatible with Azure Communication Services. The telemetry collected doesn't contain personal identifiable information. The test utilizes both audio and video collected through your device for this verification. The audio and video used for the test aren't stored.
3939

4040
## Next Steps
4141

0 commit comments

Comments
 (0)