-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: sync video "paused" state more accurately (#1150)
In some cases, a stream may start playing before our `play` and `pause` event handlers are attached to the appropriate `video` element and our state will have incorrect values. In that case, we may incorrectly render a placeholder instead of the actual video.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters