Skip to content

Commit bd01a16

Browse files
authored
Update voice-and-video-logs.md
1 parent 213617b commit bd01a16

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

articles/communication-services/concepts/analytics/logs/voice-and-video-logs.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
title: Azure Communication Services voice and video call logs
33
titleSuffix: An Azure Communication Services concept article
44
description: Learn about logging for Azure Communication Services voice and video calling.
5-
author: amagginetti
5+
author: sloanster
66
services: azure-communication-services
77

8-
ms.author: amagginetti
9-
ms.date: 03/21/2023
8+
ms.author: micahvivion
9+
ms.date: 07/25/2025
1010
ms.topic: conceptual
1111
ms.service: azure-communication-services
1212
ms.subservice: calling
@@ -35,23 +35,32 @@ any quality investigations, and using **[call diagnostics](../../voice-video-cal
3535

3636
## Available logs
3737

38-
Azure Communication Services creates eight call logs:
38+
Azure Communication Services calling generates **eight distinct log types**, each serving a specific purpose:
3939

4040
### **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.
4246

4347
To learn more, see: [Call summary updates log schema](call-summary-updates-log-schema.md)
4448

4549
### **Call summary logs**:
4650
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.
4755

4856
To learn more, see: [Call summary log schema](call-summary-log-schema.md)
4957

5058
### **Call diagnostics updates logs**:
5159
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.
5260

5361
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.
5564
5665
### **Call diagnostics logs**:
5766
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

Comments
 (0)