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
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
If I have something audio playing on the app and move on to play something on spotify or youtube (i.e. I lose audio focus), the music keeps on playing.(Ideally it should emit a pause event?)
If I play something on my app while a youtube video or a spotify song is playing, my app plays over them. Ideally the spotify song or YT video should get paused.
I see a MusicControlAudioFocusListener.java that seems to have the audio focus related methods but I doubt they're in action because my logging statements don't get triggered when audio focus changes.
Platform ?
iOS
Android
Device
Simulator
Real device
The text was updated successfully, but these errors were encountered:
Description
The module is failing in these two cases:
If I have something audio playing on the app and move on to play something on spotify or youtube (i.e. I lose audio focus), the music keeps on playing.(Ideally it should emit a pause event?)
If I play something on my app while a youtube video or a spotify song is playing, my app plays over them. Ideally the spotify song or YT video should get paused.
I see a MusicControlAudioFocusListener.java that seems to have the audio focus related methods but I doubt they're in action because my logging statements don't get triggered when audio focus changes.
Platform ?
The text was updated successfully, but these errors were encountered: