9.0.0: BADGERS-245: [BREAKING] Remove windowType metadata (#364)
๐บ What
Remove BigscreenPlayer's reliance on windowType
metadata. We've chosen to change the time representation for BigscreenPlayer with this change.
๐ How
- Replace "video time" with providing the "presentation time" from the media element. Provide conversion functions to availability and media sample times.
- Add
TimeShiftDetector
to detect a sliding seekable range and activate auto-resume - Converted
MediaSources
to TypeScript