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

App crashing when clicking on "participants". #41

Closed msharibahmed closed 1 year ago

msharibahmed commented 2 years ago

First, the screen becomes black but the video camera is still on. When clicking on "close app"(ANR pop-up) the camera stops working.

Eng-NUREDDIN commented 2 years ago

same issue for me, also when you open chat.

Eng-NUREDDIN commented 2 years ago

@msharibahmed could you able to solve the problem?

msharibahmed commented 1 year ago

@Eng-NUREDDIN

Yes.

That worked for me.

-> Jisti SDK 4.1.0 is more stable. This jisti_meet_wrapper plugin uses a higher version of SDK.

chidera-ugonwa commented 1 year ago

facing the same issue, is there any solution to this yet?

just switched to jitsi_meet_wrapper because the jitsi meet has too many compatibility issues with my project

msharibahmed commented 1 year ago

@chidera-ugonwa I forked the jisti_meet plugin and fixed all the issues. I will push the code on GitHub and attach the link to my repository here.

chidera-ugonwa commented 1 year ago

@msharibahmed Okay great! Thanks ):

Eng-NUREDDIN commented 1 year ago

@chidera-ugonwa use this i forked the repo and solved all the issue. jitsi_meet: git: url: https://github.com/Eng-NUREDDIN/jitsi_meet.git path: jitsi_meet/ ref: master

chidera-ugonwa commented 1 year ago

@Eng-NUREDDIN please i'm using your package but i'm still getting the type mismatch error "Inferred type is Activity? but expected Activity.

chidera-ugonwa commented 1 year ago

I've solved this problem.

in your app level build.gradle just add

implementation ("androidx.appcompat:appcompat:1.3.1") { version { strictly '1.3.1' } }

works like a charm!

saibotma commented 1 year ago

Please try again with the newest version.