-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flutter jitsi meet not workin on release apk. App gets stopped when click on "CONNECT" button #97
Comments
We cannot help you without logs. |
this is the log i received from the app when i click on the start button to the flutter jitsi meet sdk 11-28 17:45:11.373 3133 3754 D system_server: addOrUpdateWindow: set b9c1a8a com.example.sample_jitsi/com.example.sample_jitsi.MainActivity firstDownTimeInTarget to 83535819869000
|
I see nothing obvious there. Are you able to reproduce it with the sample app? |
can you share the link for sample app |
yes i tried the sample app just now the same error occuring in that app also |
and i received this log when click on the join 11-28 18:38:37.701 20112 20112 D OplusInputMethodManagerInternal: get inputMethodManager extension: com.android.internal.view.IInputMethodManager$Stub$Proxy@dbf710d |
Are you using proguard when making the production build? If so, did you make sure to add our rules? |
im not using the proguard,should I need to use that for production?if yes kindly share the rules to add in that. |
@saghul |
Thank you! I realized that's not on the README, so that is our fault. Adding that now! |
I'm facing issues with JITSI in my Flutter app that integrates the Jitsi Meet SDK
The text was updated successfully, but these errors were encountered: