I have an Android Webview that has a meeting running inside of it.
When I'm in full-screen mode, everything works perfectly.
However, when I enter the PiP mode, I lose the audio. Participants can hear me, but I can't hear them.
I tried requesting the audio focus and played with the webview settings a little bit, but nothing seems to work.
I tried to play a sound in the pip using the MediaPlayer, and it worked, but the meeting WebRTC audio is not working.
Is it possible to have sound from a WebView inside PiP mode, and if so, how?