Skip to content

Video

About Videos

A video represents a video from a data source, including its start and end time.

id

The unique identifier for the video.

Type: ID!

dataSource

The data source that created the video.

Type: DataSource!

startTime

The time at which the video started.

Type: DateTimeOffset!

endTime

The time at which the video ended. If not provided, the video is still ongoing.

Type: DateTimeOffset

url

The signed URL to be used to stream the video.

Type: String!

thumbnailUrl

The signed URL to be used to retrieve the video thumbnail.

Type: String

displayName

The display name of the video.

Type: String

resolutionHeight

The resolution height of the video.

Type: String

resolutionWidth

The resolution width of the video.

Type: String

frameRate

The frame rate of the video.

Type: Float

createdBy

The user the video was created by.

Type: User