|
2 | 2 | title: Azure Communication Services voice and video call logs
|
3 | 3 | titleSuffix: An Azure Communication Services concept article
|
4 | 4 | description: Learn about logging for Azure Communication Services voice and video calling.
|
5 |
| -author: amagginetti |
| 5 | +author: sloanster |
6 | 6 | services: azure-communication-services
|
7 | 7 |
|
8 |
| -ms.author: amagginetti |
9 |
| -ms.date: 03/21/2023 |
| 8 | +ms.author: micahvivion |
| 9 | +ms.date: 07/25/2025 |
10 | 10 | ms.topic: conceptual
|
11 | 11 | ms.service: azure-communication-services
|
12 | 12 | ms.subservice: calling
|
@@ -35,23 +35,32 @@ any quality investigations, and using **[call diagnostics](../../voice-video-cal
|
35 | 35 |
|
36 | 36 | ## Available logs
|
37 | 37 |
|
38 |
| -Azure Communication Services creates eight call logs: |
| 38 | +Azure Communication Services calling generates **eight distinct log types**, each serving a specific purpose: |
39 | 39 |
|
40 | 40 | ### **Call summary updates logs**:
|
41 |
| -These log data arrive in Azure Monitor faster than the call summary logs and we recommend using these logs instead of the call summary log schema. This log contains basic information about the call, including all the relevant IDs, time stamps, endpoints, and SDK information. |
| 41 | +Fast-arriving logs with basic call metadata (IDs, timestamps, endpoints, SDK info). These log data arrive in Azure Monitor faster than the call summary logs. This log contains basic information about the call, including all the relevant IDs, time stamps, endpoints, and SDK information. |
| 42 | +- Data available within 60 minutes of the call ending. |
| 43 | +- May contain multiple rows per call participant. |
| 44 | +- Contains the most recent updates for each participant. |
| 45 | +- Useful for near-real-time monitoring and analysis of call activities. |
42 | 46 |
|
43 | 47 | To learn more, see: [Call summary updates log schema](call-summary-updates-log-schema.md)
|
44 | 48 |
|
45 | 49 | ### **Call summary logs**:
|
46 | 50 | This log is a subset of the Call summary updates log schema. It contains basic information about the call, including all the relevant IDs, time stamps, endpoints, and SDK information. For faster log latency, use the call summary updates logs instead.
|
| 51 | +- Data available within 3-5 hours of the call ending. |
| 52 | +- Contains a single row per call participant. |
| 53 | +- Represents a snapshot of the call state at the time of finalization. |
| 54 | +- Useful for post-call analysis and reporting. |
47 | 55 |
|
48 | 56 | To learn more, see: [Call summary log schema](call-summary-log-schema.md)
|
49 | 57 |
|
50 | 58 | ### **Call diagnostics updates logs**:
|
51 | 59 | These log data arrive in Azure Monitor faster than the call diagnostics logs and we recommend using these logs instead of the call diagnostics log schema. This log contains information about a participant's call media stream, along with a set of metrics that indicate quality of experience measurements.
|
52 | 60 |
|
53 | 61 | To learn more, see: [Call diagnostics updates log schema](call-diagnostics-updates-log-schema.md)
|
54 |
| - |
| 62 | +> [!NOTE] |
| 63 | +> **Call summary logs** and **Call diagnostics updates logs** tables of contain the same columns, but differ in the time they are updated and the number of rows they contain per call. |
55 | 64 |
|
56 | 65 | ### **Call diagnostics logs**:
|
57 | 66 | This log is a subset of the call diagnostics updates log schema. It contains information about the stream, along with a set of metrics that indicate quality of experience measurements. For faster log latency, use the call summary updates logs instead.
|
|
0 commit comments