I have integrated jitsi_flutter for group calls. But, the app is not installed in the latest android supported version 12.
Here is the link for jitsi_flutter, which I have used. https://github.com/gunschu/jitsi_meet
I am getting this issue when trying to run the app on android 12 supported devices.
adb: failed to install E:\Flutter\flutter_jitsi\build\app\outputs\flutter-apk\app.apk: Failure [INSTALL_PARSE_FAILED_MANIFEST_MALFORMED: Failed parse during installPackageLI: /data/app/vmdl502165721.tmp/base.apk (at Binary XML file line #110): org.jitsi.meet.sdk.ConnectionService: Targeting S+ (version 31 and above) requires that an explicit value for android:exported be defined when intent filters are present]
Error launching application on sdk gphone64 x86 64.
https://github.com/gunschu/jitsi_meet/issues/356
Looks like the devs are working on it.