saibotma / jitsi_meet_wrapper

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

[IOS] Call ends immediately after joining #97

Closed TetrixGauss closed 1 year ago

TetrixGauss commented 1 year ago

Hello all!

I have implemented the package and everything works fine in android. On iOS i can init the jitsi view and when i am tapping the Join Meeting button, the screen seems to be loading but after 1 second it ends the call! I have no crash errors and from the other side of the call i can see the user join and leave as soon as it connects to the call.

Any ideas?

Thank you in advance!

TetrixGauss commented 1 year ago

Nevermind!

The problem was that i was trying to run it on a iOS emulator! It runs well on physical device!!

On android emulator runs though!

ndizihiwesimon commented 1 year ago

Have you deployed it on play store? if yes, how did you deal with the issue of call being dropped as soon as a user joins the meeting?