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
When I receive YouTubePlayerState.Playing state. The isPlaying Boolean is allways false.
I looked in your code and it seems like in ConstantHTMLContentProvider in the case of playing, you send 2 events : PLAYING and videoDuration. Only the videoDuration is received.
The text was updated successfully, but these errors were encountered:
When I receive YouTubePlayerState.Playing state. The isPlaying Boolean is allways false.
I looked in your code and it seems like in
ConstantHTMLContentProvider
in the case of playing, you send 2 events :PLAYING
andvideoDuration
. Only thevideoDuration
is received.The text was updated successfully, but these errors were encountered: