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
Added shouldResumeAfterInterruptions to the BackgroundAudioConfiguration which toggles playback resume after an interruption (e.g. phone call) on the lockscreen.
Added the option to set a nil source on the iOS Bridge, to 'unset' the previous source.
Added the fast-forward & rewind buttons for the Android notification when mediaControl.mediaSessionEnabled is set to true.
Added a mediaControl.convertSkipToSeek player config property to allow seeking with the NEXT and PREVIOUS media buttons. Its default value is false.
Fixed
Fixed an issue where the Lockscreen showed enabled controls when the player has no valid source.
Fixed an issue on Android where the notification would not disappear when setting an undefined source.
Changed
Replaced the MediaBrowserService with a regular Service to facilitate background playback on Android.