Skip to content

v3.10.0

Compare
Choose a tag to compare
@wvanhaevre wvanhaevre released this 15 Mar 15:15
· 794 commits to develop since this release

Changed

  • Updated dependencies and example app to support ReactNative v0.73.
  • Updated ios sdk version to 6.11

Fixed

  • Improved NowPlayingInfo updates for iOS by setting playbackRate on pause/playing events and processing the final info on player desctruction.
  • Fixed an issue with misinterpretation of targetVideoQuality = 0 (use video track with uid == 0) as targetVideoQuality = undefined (use ABR across all video qualities).
  • Fixed an issue where the srclang property of a textTrack passed to a SourceDescription would not be parsed on Android.