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
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/analytics/recording-logs.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Azure Communication Services - Call Recording summary logs
3
3
titleSuffix: An Azure Communication Services conceptual article
4
4
description: Learn about the properties of summary logs for the Call Recording feature.
5
-
author: Mkhribech
5
+
author: Mkhribech
6
6
services: azure-communication-services
7
7
8
8
ms.author: mkhribech
@@ -13,18 +13,16 @@ ms.subservice: data
13
13
---
14
14
15
15
# Call Recording summary logs
16
-
In Azure Communication Services, summary logs for the Call Recording feature provide details about:
16
+
In Azure Communication Services, summary logs for the Call Recording feature provide details about:
17
17
18
18
- Call duration.
19
19
- Media content (for example, audio/video, unmixed, or transcription).
20
-
-The format types used for the recording (for example, WAV or MP4).
20
+
-Format types used for the recording (for example, WAV or MP4).
21
21
- The reason why the recording ended.
22
22
23
23
A recording file is generated at the end of a call or meeting. The recording can be initiated and stopped by either a user or an app (bot). It can also end because of a system failure.
24
24
25
-
> [!IMPORTANT]
26
-
> Summary logs are published after a recording is ready to be downloaded. The logs are published within the standard latency time for Azure Monitor resource logs. See [Log data ingestion time in Azure Monitor](../../../azure-monitor/logs/data-ingestion-time.md#azure-metrics-resource-logs-activity-log).
27
-
25
+
Summary logs are published after a recording is ready to be downloaded. The logs are published within the standard latency time for Azure Monitor resource logs. See [Log data ingestion time in Azure Monitor](../../../azure-monitor/logs/data-ingestion-time.md#azure-metrics-resource-logs-activity-log).
28
26
29
27
## Properties
30
28
@@ -33,7 +31,7 @@ A recording file is generated at the end of a call or meeting. The recording can
33
31
|`timeGenerated`|DateTime|Time stamp (UTC) of when the log was generated.|
34
32
|`operationName`|String|Operation associated with a log record.|
35
33
|`correlationId`|String|ID that's used to correlate events between tables.|
36
-
|`recordingID`|String|ID given to the recording that this log refers to.|
34
+
|`recordingID`|String|ID for the recording that this log refers to.|
37
35
|`category`|String|Log category of the event. Logs with the same log category and resource type have the same property fields.|
38
36
|`resultType`|String| Status of the operation.|
39
37
|`level`|String |Severity level of the operation.|
@@ -46,7 +44,7 @@ A recording file is generated at the end of a call or meeting. The recording can
46
44
|`audioChannelsCount`|Integer|Total number of audio channels in the recording.|
47
45
|`recordingEndReason`|String|Reason why the recording ended.|
48
46
49
-
## Call Recording and sample data
47
+
## Call Recording and example data
50
48
51
49
```json
52
50
"operationName": "Call Recording Summary",
@@ -82,7 +80,7 @@ For example, if an agent initiates an outbound call on a recorded line and the c
82
80
}
83
81
```
84
82
85
-
If the agent initiates a recording and stops and restarts the recording multiple times while the call is still on, `callid` will have many `recordingid` values, depending on how many times the recording events were triggered.
83
+
If the agent initiates a recording and then stops and restarts the recording multiple times while the call is still on, `callid` will have many `recordingid` values, depending on how many times the recording events were triggered.
86
84
87
85
#### Example: Call Recording for one call to many recordings
0 commit comments