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
Prevent a fade out of the UI while the skip buttons are being used.
Fixed an issue where the playback rate setting label text didn't fit in its Text component.
Fixed the useEnded hook to take into account a currentTime that can become slightly larger than the expected stream duration.
Fixed an issue on Android where a thumbnail preview would contain multiple tiles when the tile image was larger than 2048px.
Fixed an issue where <TimeLabel> would briefly show an invalid duration when playing a live stream.
Fixed an issue on iOS where both Chromecast and AirPlay buttons were shown as "connected" when connecting to a Chromecast receiver.
Added
Added a renderAboveThumbComponent property to the SeekBar component that allows customizing an optional component that is rendered above the SeekBar's thumbnail. The ThumbnailView remains the default component.