Jitsi Meeting In Android Api Level 33

179 Views Asked by At

I implement

jitsi_meet: ^4.0.0

in flutter.Its working fine in android and Ios both.But when i run into Android Api level 33,Application crash.Here is the error:

 Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent.

But i cannot use any pending intent and any Broatcast.I also implement this library:

implementation 'androidx.work:work-runtime-ktx:2.7.0

the error was same in android Api Level 33.Other Android device and Ios device application working fine.

0

There are 0 best solutions below