AcsRecordingFileStatusUpdatedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.RecordingFileStatusUpdated event.
Properties
recording |
The recording channel type - Mixed, Unmixed |
recording |
The recording content type- AudioVideo, or Audio |
recording |
The recording duration in milliseconds |
recording |
The recording format type - Mp4, Mp3, Wav |
recording |
The time at which the recording started |
recording |
The details of recording storage information |
session |
The reason for ending recording session |
Property Details
recordingChannelType
The recording channel type - Mixed, Unmixed
recordingChannelType: string
Property Value
string
recordingContentType
The recording content type- AudioVideo, or Audio
recordingContentType: string
Property Value
string
recordingDurationMs
The recording duration in milliseconds
recordingDurationMs: number
Property Value
number
recordingFormatType
The recording format type - Mp4, Mp3, Wav
recordingFormatType: string
Property Value
string
recordingStartTime
The time at which the recording started
recordingStartTime: string
Property Value
string
recordingStorageInfo
The details of recording storage information
recordingStorageInfo: AcsRecordingStorageInfo
Property Value
sessionEndReason
The reason for ending recording session
sessionEndReason: string
Property Value
string