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

JITSI Meet - Unable to start - Getting error Unable to start service org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService@49c5a1c #91

Open Aravin opened 1 year ago

Aravin commented 1 year ago

Unable to start - Getting error Unable to start service org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService@49c5a1c

E/JitsiMeetSDK( 6792): java.lang.RuntimeException: Unable to start service org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService@49c5a1c with Intent { cmp=com.metisneurotec.metis/org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService (has extras) }: java.lang.IllegalArgumentException: Invalid notification (no valid small icon): Notification(channel=JitsiOngoingConferenceChannel shortcut=null contentView=null vibrate=null sound=null defaults=0x0 flags=0xa color=0x00000000 category=call actions=2 vis=PUBLIC)

Highlight: Invalid notification (no valid small icon): Notification(channel=JitsiOngoingConferenceChannel

Code: using the example from -> https://pub.dev/packages/jitsi_meet_wrapper/example

JITSI version: jitsi_meet_wrapper: ^0.0.6 Flutter version:

Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.7.7, on macOS 13.2.1 22D68 darwin-x64, locale en-IN) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2) [✓] Xcode - develop for iOS and macOS (Xcode 14.2) [✓] Chrome - develop for the web [✓] Android Studio (version 2022.1) [✓] VS Code (version 1.76.2) [✓] Connected device (3 available) [✓] HTTP Host Availability

• No issues found!

chetu-ko commented 1 year ago

You can refer to this issue. Here is a solved solution to your problem.

https://github.com/saibotma/jitsi_meet_wrapper/issues/76

saibotma commented 1 year ago

Hey there,

please try the newest release.