Surface errors in upload process w/ audio & text alert/prompt (#485)
CLOSES #480 CLOSES #93 (ground-work completed by @dean) ADDRESSES #488 (will not show if recorded video is not active upload) Reviewed-on: railbird/railbird-mobile#485 Reviewed-by: Ivan Malison <ivanmalison@gmail.com> Co-authored-by: Loewy <loewymalkov@gmail.com> Co-committed-by: Loewy <loewymalkov@gmail.com>
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