Hi,
I’m building Jitsi Meet for mobile and I faced a runtime problem.
When a user try to access a room with the lobby enabled, the LobbyScreen does not appear.
In the middleware the JitsiConferenceErrors.MEMBERS_ONLY_ERROR
is correctly rised, I can follow the code until it tries to open the LobbyScreen in ConferenceNavigationContainerRef with the navigate method, but it does nothing because conferenceNavigationRef.current is null.
If the lobby is disabled, the user can access the room.
I’m building the version 7001
with node 14.19.1
npm 7.24.2
I made some local changes to the code, but nothing in lobby folder.
Do someone have any hints?
Are there other folder i must compare to check for errors I may have introduced?
Any hint is appreciated,
Thanks