jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
31 stars 25 forks source link

Cannot join call in release mode #30

Open gdaino opened 5 months ago

gdaino commented 5 months ago

It is not possibile to join a call when application is built in release mode

How to reproduce:

Using both a device LG G7 with Android 10, and a Pixel 6 API 33 simulator.

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.13.9, on macOS 14.1.1 23B81 darwin-arm64, locale it-IT) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.0.1) [✓] Chrome - develop for the web [✓] Android Studio (version 2022.3) [✓] VS Code (version 1.84.2) [✓] Connected device (4 available) [✓] Network resources

gabiborlea commented 5 months ago

I'll test

gabiborlea commented 4 months ago

Are you experiencing the same with the sample app: https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/flutter?

gdaino commented 4 months ago

Are you experiencing the same with the sample app: https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/flutter?

yes, exactly the same behavior

mohamedsoliman121 commented 4 months ago

me too

nikolasduda commented 4 months ago

https://pub.dev/packages/jitsi_meet#:~:text=Jitsi%27s%20SDK%20enables%20proguard%2C%20but%20without%20a%20proguard%2Drules.pro%20file%2C%20your%20release%20apk%20build%20will%20be%20missing%20the%20Flutter%20Wrapper%20as%20well%20as%20react%2Dnative%20code.%20In%20your%20Flutter%20project%27s%20android/app/build.gradle%20file%2C%20add%20proguard%20support https://stackoverflow.com/questions/67184547/flutter-jitsi-stopping-in-release-mode

nikolasduda commented 4 months ago

@gabiborlea add info about proguard-rules in readme please