Skip to content

Commit 6cb9d93

Browse files
committed
edit pass: recording-logs
1 parent 14792f8 commit 6cb9d93

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

articles/communication-services/concepts/analytics/recording-logs.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Communication Services - Call Recording summary logs
33
titleSuffix: An Azure Communication Services conceptual article
44
description: Learn about the properties of summary logs for the Call Recording feature.
5-
author: Mkhribech
5+
author: Mkhribech
66
services: azure-communication-services
77

88
ms.author: mkhribech
@@ -13,18 +13,16 @@ ms.subservice: data
1313
---
1414

1515
# 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:
1717

1818
- Call duration.
1919
- 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).
2121
- The reason why the recording ended.
2222

2323
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.
2424

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).
2826

2927
## Properties
3028

@@ -33,7 +31,7 @@ A recording file is generated at the end of a call or meeting. The recording can
3331
|`timeGenerated`|DateTime|Time stamp (UTC) of when the log was generated.|
3432
|`operationName`|String|Operation associated with a log record.|
3533
|`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.|
3735
|`category`|String|Log category of the event. Logs with the same log category and resource type have the same property fields.|
3836
|`resultType`|String| Status of the operation.|
3937
|`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
4644
|`audioChannelsCount`|Integer|Total number of audio channels in the recording.|
4745
|`recordingEndReason`|String|Reason why the recording ended.|
4846

49-
## Call Recording and sample data
47+
## Call Recording and example data
5048

5149
```json
5250
"operationName": "Call Recording Summary",
@@ -82,7 +80,7 @@ For example, if an agent initiates an outbound call on a recorded line and the c
8280
}
8381
```
8482

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.
8684

8785
#### Example: Call Recording for one call to many recordings
8886

0 commit comments

Comments
 (0)