AcsRecordingFileStatusUpdatedEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RecordingFileStatusUpdated event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsRecordingFileStatusUpdatedEventData+AcsRecordingFileStatusUpdatedEventDataConverter))]
public class AcsRecordingFileStatusUpdatedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsRecordingFileStatusUpdatedEventData+AcsRecordingFileStatusUpdatedEventDataConverter))>]
type AcsRecordingFileStatusUpdatedEventData = class
Public Class AcsRecordingFileStatusUpdatedEventData
- Inheritance
-
AcsRecordingFileStatusUpdatedEventData
- Attributes
Properties
ChannelType |
The recording channel type - Mixed, Unmixed. |
ContentType |
The recording content type- AudioVideo, or Audio. |
FormatType |
The recording format type - Mp4, Mp3, Wav. |
RecordingDurationMs |
The recording duration in milliseconds. |
RecordingStartTime |
The time at which the recording started. |
RecordingStorageInfo |
The details of recording storage information. |
SessionEndReason |
The reason for ending recording session. |
Applies to
Azure SDK for .NET