jitsi / jitsi-meet-flutter-sdk

Jitsi Meet plugin for Flutter
Apache License 2.0
31 stars 25 forks source link

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

Closed MarufHassanPietech closed 4 months ago

MarufHassanPietech commented 4 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.