Open zhuochenming opened 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!
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
I am encountering the same issue.
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.
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