jitsi_meet_wrapper: ^0.0.6 issues

 problem:

java.lang.RuntimeException: Unable to start service org.jitsi.meet.sdk.JitsiMeetOngoingConferenceService@d38574 with Intent { cmp=com.xcel.medical.ios/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)


Solve:

you have to copy all the files from the example provided by the author located in example/android/app/src/main/res/ to your project your_project/android/app/src/main/res/




Comments