You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Communications Inspector enables Azure Communication Services developers to inspect the state of the `Call` to debug or monitor their solution. When building a solution, developers might need visibility for debugging into general call information such as the `Call ID` or advanced states, such as did a user facing diagnostic fire. The Communication Inspector provides developers this information and more. It can be easily added to any JavaScript (Web) solution by downloading the npm package `azure/communication-tools`.
18
+
The Real-time Inspection Tool enables Azure Communication Services developers to inspect the state of the `Call` to debug or monitor their solution. For developers building an Azure Communication Services solution, they might need visibility for debugging into general call information such as the `Call ID` or advanced states, such as did a user facing diagnostic fire. The Real-time Inspection Tool provides developers this information and more. It can be easily added to any JavaScript (Web) solution by downloading the npm package `azure/communication-tools`.
19
19
20
20
>[!NOTE]
21
-
>Find the open-source repository for the tool [here](https://github.com/Azure/communication-inspector).
21
+
>Find the open-source repository for the tool [here](https://github.com/Azure/communication-inspection).
22
22
23
23
## Capabilities
24
24
25
-
The Communications Inspector provides developers three categories of information that can be used for debugging purposes:
25
+
The Real-time Inspection Tool provides developers three categories of information that can be used for debugging purposes:
| General Call Information | Includes call id, participants, devices and user agent information (browser, version, etc.) |
30
-
| Media Quality Stats | Metrics and statistics provided by [Media Quality APIs](../voice-video-calling/media-quality-sdk.md). Metrics are clickable for timeseries view.|
30
+
| Media Quality Stats | Metrics and statistics provided by [Media Quality APIs](../voice-video-calling/media-quality-sdk.md). Metrics are clickable for time series view.|
31
31
| User Facing Diagnostics | List of [user facing diagnostics](../voice-video-calling/user-facing-diagnostics.md).|
32
32
33
33
Data collected by the tool is only kept locally and temporarily. It can be downloaded from within the interface.
34
34
35
-
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).
35
+
Real-time Inspection Tool 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).
36
36
37
-
## Get started with Communications Inspector
37
+
## Get started with Real-time Inspection Tool
38
38
39
-
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.
39
+
The tool can be accessed through an npm package `azure/communication-inspection`. The package contains the `InspectionTool` 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.
0 commit comments