jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
44 stars 33 forks source link

Streamline behaviour on iOS and Android, when joining a meeting that was already joined and is running in PiP #80

Closed saibotma closed 3 months ago

saibotma commented 3 months ago
Android iOS
Enters full screen ✅ Stays in Pip ❌

I'd expect the same behaviour on both platforms. More specifically, I'd expect the Android behaviour on both platforms.

saghul commented 3 months ago

PiP behaves differently across both platforms, alas.

On Android it's true PiP, but on iOS we are only able to offer in-app-pip.

There is likely a way to make this consistent in the sample app, and a patch woould be welcomee, but, just to set your expectations here, we will not be doing it anytime soon.