jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
44 stars 33 forks source link

Please update the example app using jitsi_meet_flutter_sdk package, currently it is using jitsi_meet #40

Closed MarufHassanPietech closed 10 months ago

MarufHassanPietech commented 10 months ago

Hi, we were having trouble running the Jitsi feature in our app in Android, the app crashed every time. So we tried running the example app and we found it was using

  jitsi_meet:
    path: ../

instead of

jitsi_meet_flutter_sdk:

Can you please update the example to use the latest jitsi_meet_flutter_sdk package instead.