Spharian
Spharian
Same issue here. Even when going to the control center on iOS, the video stops playing and `onPlaybackStatusUpdate`'s status `isPlaying` becomes `false`.
> Potentially you're missing this from your app.json (or app.config.js) > > ``` > { > "expo": { > ... > "ios": { > ... > "infoPlist": { > ......
Any update on this?
And what about: 1. Content fading out (except the concerned textarea) 2. Rectangle grows to full screen with a transition In the next version, for sure :)
Yeah, will do that later :-)
Yeah, I do know 'b' and 'i' became obsolete, but the tag generator I used is automatically generating those tags... kinda annoying I admit, I'll look at it.
Will do that at the next update. Still need some time to fix and add some things. Thanks for your interest.
@fukemy I thought about this but I need to know when the user comes back from PiP, example: startIOSPip > change the state to isActive User comes back from PiP...
@davidliu I think having a state like `isInPipMode`, updated by a global event on the native side would look "ok".
Could be solved by `onPictureInPictureChange` from this pull request: https://github.com/react-native-webrtc/react-native-webrtc/pull/1733