You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
<!--some config changes are required for PiP (https://developer.android.com/guide/topics/ui/picture-in-picture#single_playback)-->
5
-
<!--Need autoRemoveFromRecents, otherwise an extra task for the jitsi view will stay open-->
4
+
<!--launchMode="singleTask" is required, because the Jitsi Activity should launch in a new task so that the flutter activity is still usable; See also https://developer.android.com/develop/ui/views/picture-in-picture#single_playback -->
5
+
<!-- autoRemoveFromRecents="true" is required, because otherwise the new task of the JitsiMeetWrapperActivity will not close on hang up-->
0 commit comments