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
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.