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
iOS: Resolve promises when calling play, pause or seekTo (#184)
Previously when calling the play, pause or seekTo methods when running
on iOS and the player was not in the expected state, the Promise would
never be resolved.
e.g. this line would never complete if already in the playing state:
await player.play()
0 commit comments