add currentProcessing and errors to schema/index and getStreamMonitoringDetails operation
This commit is contained in:
@@ -52,6 +52,13 @@ query GetStreamMonitoringDetails($videoId: Int!) {
|
||||
uploadCompletionCursor
|
||||
lastIntendedSegmentBound
|
||||
}
|
||||
currentProcessing {
|
||||
errors {
|
||||
message
|
||||
startSegmentIndex
|
||||
endSegmentIndex
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user