You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I'm currently trying to solve some bug in the implementation of react player of the project I work for (Big Blue Button).
I discovered that one of seekTo parameters, is not working/doen't exist whick is keepPlaying.
Expected Behavior
Passing a bool value and the players decides do keep playing or pause based on the value passed.
Steps to Reproduce
Try to pass a value to seekTo such as seekTo(example1, example2, true)
Environment
URL attempting to play:
Browser: Any browser
Operating system: Linux 24
Other Information
Type declaration for seekTo:
seekTo being used:
Note how it is expecting 2 parameters, and 3 are passed.
The text was updated successfully, but these errors were encountered:
Current Behavior
As I'm currently trying to solve some bug in the implementation of react player of the project I work for (Big Blue Button).
I discovered that one of
seekTo
parameters, is not working/doen't exist whick iskeepPlaying
.Expected Behavior
Passing a
bool
value and the players decides do keep playing or pause based on the value passed.Steps to Reproduce
Try to pass a value to
seekTo
such asseekTo(example1, example2, true)
Environment
Other Information
Type declaration for
seekTo
:seekTo
being used:Note how it is expecting 2 parameters, and 3 are passed.
The text was updated successfully, but these errors were encountered: