Is your feature request related to a problem? Please describe.
Before switching to LiveKit, we had Picture in Picture working when using the react-native-video package. Now, we only have the sound when users goes back to home screen on their phone, users are frustrated of this loss.
Describe the solution you'd like
A pictureInPicture={true} attribute on the VideoView component.
Is your feature request related to a problem? Please describe. Before switching to LiveKit, we had Picture in Picture working when using the react-native-video package. Now, we only have the sound when users goes back to home screen on their phone, users are frustrated of this loss.
Describe the solution you'd like A
pictureInPicture={true}
attribute on theVideoView
component.