Skip to content

Commit 6350f75

Browse files
authored
Merge pull request #218677 from ddematheu2/patch-37
Update network-diagnostic.md
2 parents 7c357b5 + 376ed00 commit 6350f75

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ manager: chpalm
66
services: azure-communication-services
77

88
ms.author: dademath
9-
ms.date: 03/29/2022
9+
ms.date: 11/16/2022
1010
ms.topic: conceptual
1111
ms.service: azure-communication-services
1212
---
1313

1414
# Network Diagnostics Tool
1515

16-
[!INCLUDE [Private Preview Disclaimer](../../includes/private-preview-include-section.md)]
16+
[!INCLUDE [Public Preview Disclaimer](../../includes/public-preview-include.md)]
1717

1818
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://azurecommdiagnostics.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. After the test, a GUID is presented which can be provided to our support team for further help.
1919

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

2222
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

24-
If you are looking to build your own Network Diagnostic Tool or to perform deeper integration of this tool into your application, you can levearge [pre-call diagnostic APIs](../voice-video-calling/pre-call-diagnostics.md) for the calling SDK.
24+
If you are looking to build your own Network Diagnostic Tool or to perform deeper integration of this tool into your application, you can leverage [pre-call diagnostic APIs](../voice-video-calling/pre-call-diagnostics.md) for the calling SDK.
2525

2626
## Performed tests
2727

@@ -31,7 +31,6 @@ If you are looking to build your own Network Diagnostic Tool or to perform deepe
3131
|-----------------------------------|------------------------------------------|
3232
| 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). |
3333
| Media Device Diagnostic | Checks for availability of device (camera, microphone and speaker) and enabled permissions for those devices on the browser. |
34-
| Service Connectivity | Checks whether it can connect to Azure Communication Services |
3534
| 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. |
3635
| 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. |
3736

@@ -48,5 +47,4 @@ The test provides a **unique identifier** for your test which you can provide ou
4847
- [Use Pre-Call Diagnostic APIs to build your own tech check](../voice-video-calling/pre-call-diagnostics.md)
4948
- [Explore User-Facing Diagnostic APIs](../voice-video-calling/user-facing-diagnostics.md)
5049
- [Enable Media Quality Statistics in your application](../voice-video-calling/media-quality-sdk.md)
51-
- [Debug your application with Monitoring tool](./real-time-inspection.md)
5250
- [Consume call logs with Azure Monitor](../analytics/call-logs-azure-monitor.md)
37.4 KB
Loading

articles/communication-services/toc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,10 @@ items:
332332
href: concepts/interop/teams-user/government-cloud.md
333333
- name: Network Traversal (TURN)
334334
href: concepts/network-traversal.md
335+
- name: Developer Tools
336+
items:
337+
- name: Network Diagnostic Tool
338+
herf: concepts/developer-tools/network-diagnostic.md
335339
- name: Data residency and user privacy
336340
href: concepts/privacy.md
337341
- name: Azure Government

0 commit comments

Comments
 (0)