Skip to content

Commit ec41bb3

Browse files
authored
Update real-time-inspection.md
1 parent ee93397 commit ec41bb3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/communication-services/concepts/developer-tools/real-time-inspection.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.topic: conceptual
1111
ms.service: azure-communication-services
1212
---
1313

14-
# Communications inspector
14+
# Communications Inspector
1515

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

@@ -34,7 +34,7 @@ Data collected by the tool is only kept locally and temporarily. It can be downl
3434

3535
Communications Inspector is compatible with the same browsers as the Calling SDK [here](../voice-video-calling/calling-sdk-features.md?msclkid=f9cf66e6a6de11ec977ae3f6d266ba8d#javascript-calling-sdk-support-by-os-and-browser).
3636

37-
## Get Started with Communications Inspector
37+
## Get started with Communications Inspector
3838

3939
The tool can be accessed through an npm package `azure/communication-tools`. There developers can find the `CommunicationsInspector` object that can be attached to a `Call`. The Call Inspector requires an `HTMLDivElement` as part of its constructor on which it will be rendered. The `HTMLDivElement` will dictate the size of the Call Inspector.
4040

@@ -90,3 +90,10 @@ CommunicationsInspector.open()
9090
CommunicationsInspector.close()
9191

9292
```
93+
94+
## Next Steps
95+
96+
- [Explore User-Facing Diagnostic APIs](../voice-video-calling/user-facing-diagnostics.md)
97+
- [Enable Media Quality Statistics in your application](../voice-video-calling/media-quality-sdk.md)
98+
- [Levearge Network Diagnostic Tool](./network-diagnostic.md)
99+
- [Consume call logs with Azure Monitor](../analytics/call-logs-azure-monitor.md)

0 commit comments

Comments
 (0)