Name | Type | Description | Notes |
---|---|---|---|
startedAt | OffsetDateTime | The time at which the recording for the live stream started. The time value is Unix epoch time represented in ISO 8601 format. | [optional] |
duration | Double | The duration of the live stream recorded. The time value is in seconds. | [optional] |
type | TypeEnum | The type of media represented by the recording session, either `content` for normal stream content or `slate` for slate media inserted during stream interruptions. | [optional] |
Name | Value |
---|---|
CONTENT | "content" |
SLATE | "slate" |