introduce lastIntendedSegmentBound to cursor management layer, method to checkAndHandleUploadCompletion

This commit is contained in:
2024-05-08 15:25:05 -07:00
parent 8378f7ae0b
commit a1b3baa5c9
2 changed files with 3 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ query GetUploadStreamDetails($videoId: Int!) {
stream {
isCompleted
uploadCompletionCursor
lastIntendedSegmentBound
}
}
}