saibotma / jitsi_meet_wrapper

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

Invalid notification (no valid small icon): #76

Closed AbdouEsi closed 1 year ago

AbdouEsi commented 1 year ago

hi

i have this issue when start a meeting :

Invalid notification (no valid small icon):

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

chetu-ko commented 1 year ago

An error that exists may be because of the notification icon. You may not added the notification icon in your android res folder.

https://github.com/jitsi/jitsi-meet/issues/11847
Please go through this link here they have solved the solution or please see the example folder of android/src/main/res.