We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a97e47 + a6a42cd commit 5948e1dCopy full SHA for 5948e1d
1 file changed
src/streaming/controllers/StreamController.js
@@ -809,7 +809,7 @@ function StreamController() {
809
totalVideoFramesAtLastPlaybackProgress = 0
810
}
811
812
- const isEnded = event.timeToEnd ? event.timeToEnd >= 0 : false;
+ const isEnded = event.timeToEnd ? event.timeToEnd <= 0 : false;
813
814
const isVideoFramesNotAdvancing = playbackQuality &&
815
typeof playbackQuality.totalVideoFrames === 'number'
0 commit comments