add currentProcessing and errors to schema/index and getStreamMonitoringDetails operation
This commit is contained in:
@@ -217,6 +217,7 @@ type VideoGQL {
|
||||
playlist: HLSPlaylistGQL
|
||||
tags: [VideoTag!]!
|
||||
homographyHistory: [HomographyInfoGQL!]!
|
||||
currentProcessing: VideoProcessingGQL
|
||||
}
|
||||
|
||||
type UploadStreamGQL {
|
||||
@@ -292,6 +293,16 @@ type IntPoint2D {
|
||||
y: Int!
|
||||
}
|
||||
|
||||
type VideoProcessingGQL {
|
||||
errors: [VideoProcessingErrorGQL!]!
|
||||
}
|
||||
|
||||
type VideoProcessingErrorGQL {
|
||||
message: String!
|
||||
startSegmentIndex: Int
|
||||
endSegmentIndex: Int
|
||||
}
|
||||
|
||||
type PageInfoGQL {
|
||||
hasNextPage: Boolean!
|
||||
endCursor: String
|
||||
|
Reference in New Issue
Block a user