Replies: 2 comments 2 replies
-
I have also seen some bad behavior this week, and the point you are pointing here! |
Beta Was this translation helpful? Give feedback.
1 reply
-
@frankusu Did you try to add the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys I'm trying to
Expected:
Keep Background audio (Spotify) playing when video is muted and playing -> stop background audio when video is unmuted and playing/paused
Actual:
iOS: Music is mixed with audio no matter if muted or not Android: Music always stops no matter if video is muted/unmuted
Right now it doesn't work for either iOS nor Android ? And its giving an error for android saying the onAudioFocusChanged should return an object ?
In react-native-video Swift code I see the code as
I'm guessing theres no way of a
else if { mixWithOthers == "inherit" }
So theres no way to revert it back to inherit on iOS right ? I also already edited the AppDelegate as described in the ReadMe by adding the following lines
Wondering if any pros can help me pinpoint my problems please ? Thank you
Code is attached as screenshot where setIsVideoMuted and isVideoMuted are passed in as props as props.
"react-native": "0.73.6"
"react-native-video": "6.5.0"
Beta Was this translation helpful? Give feedback.
All reactions