jitsi / jitsi-meet-flutter-sdk

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

[android] Serious bugs #4

Open zhuochenming opened 1 year ago

zhuochenming commented 1 year ago

optimize:Joining a meeting for the first time will result in a white screen for about 5 seconds(may be react native white screen,if you can optimize it?) bug:Join a meeting, immediately rejoin a meeting after exiting, and the meeting page will flash back. It will take a few seconds to join a meeting normally

gabiborlea commented 1 year ago

Hello, Indeed, I was able to reproduce the bug with rejoining. We'll be working on fixing it. On what device are you experiencing the white screen? I am not experiencing that issue. Thank you for bringing it up!

zhuochenming commented 1 year ago

Thank you for your reply, You can use your demo to test. The first time you enter the meeting, the time will be very long, while the second time will be significantly shortened. This may be because initializing RN can be very time-consuming. The optimization solution provided by Google is to load JS in the main function, and then it can be loaded faster later. However, I don't know how to use this solution by Jisti

https://github.com/jitsi/jitsi-meet/issues/13612

I guess it's because some methods in JitsiMeetActivity were not fully released when entering the meeting for the second time

Kreshnik commented 1 year ago

I am encountering the same issue.

LumiProj commented 11 months ago

Hello, Indeed, I was able to reproduce the bug with rejoining. We'll be working on fixing it. On what device are you experiencing the white screen? I am not experiencing that issue. Thank you for bringing it up!

We have encountered a same issue, and it is disheartening that thus far, no one has been able to address and provide a resolution to this issue.