saibotma / jitsi_meet_wrapper

Jitsi Meet Plugin for Flutter. Wrapping JitsiMeetSDK for Android and iOS.
BSD 3-Clause "New" or "Revised" License
28 stars 61 forks source link

Flutter app closes when joining meeting #90

Closed ndizihiwesimon closed 1 year ago

ndizihiwesimon commented 1 year ago

I have defined pro-guard.pro and all other necessary configurations as required, but app crashes when joining meeting with the following message in console:

E/JitsiMeetSDK(15580): ... 9 more I/JitsiMeetSDK(15580): JitsiConnectionService onAbort 47215E8C-B82C-4DA9-9D93-A99886DDAAA4 D/JitsiMeetSDK(15580): JitsiConnectionService onStateChanged: DISCONNECTED 47215E8C-B82C-4DA9-9D93-A99886DDAAA4 I/Process (15580): Sending signal. PID: 15580 SIG: 9 Lost connection to device.

Aravin commented 1 year ago

Same error for me!

ndizihiwesimon commented 1 year ago

I have been able to resolve the error:

I have come across a solution:

  1. Open your project>android using android studio (Select android folder underneath the project name) wait for build to finish.
  2. android>res right click on res folder in android project and choose image asset from new section
  3. Create icon with following config
    Name: ic_notification
    Icon Type: Notification Icons

Issue will be resolved.

Aravin commented 1 year ago

No, its still crashing the app.