Skip to content

Commit e816aab

Browse files
Merge pull request #303461 from sloanster/patch-48
Update voice-and-video-logs.md
2 parents a29d936 + 84edc15 commit e816aab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Azure Communication Services calling generates **eight distinct log types**, eac
3939

4040
### **Call summary updates logs**:
4141
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.
42+
- Data generally available within 60 minutes after the call ending.
4343
- May contain multiple rows per call participant.
4444
- Contains the most recent updates for each participant.
4545
- Useful for near-real-time monitoring and analysis of call activities.
@@ -48,7 +48,7 @@ To learn more, see: [Call summary updates log schema](call-summary-updates-log-s
4848

4949
### **Call summary logs**:
5050
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.
51+
- Data generally available within 3 to 5 hours after the call ending.
5252
- Contains a single row per call participant.
5353
- Represents a snapshot of the call state at the time of finalization.
5454
- Useful for post-call analysis and reporting.

0 commit comments

Comments
 (0)