Please help me in Jitsi Meeting App #162771
Replies: 2 comments
-
|
Thanks for posting in the GitHub Community, @honeycrop88! We're happy you're here. You are more likely to get a useful response if you are posting your question in the applicable category, the Discussions category is solely related to conversations around the GitHub product Discussions. This question should be in the |
Beta Was this translation helpful? Give feedback.
-
|
Mhmhmh. The error come when Jicofo not finish setting up lobby, but client already try to join. That Missing lobbyRoomJid mean it try enter lobby room but Jicofo haven’t send the info yet. I got same conference.connectionError.notAllowed when try create room too fast. When I restart room, it work because lobby already ready that time. You need delay join a bit. Maybe wait for lobbyRoomJid to show in conference object before call joinLobby(). Or use Jitsi REST API to create room first so it not empty when client join. Also check Prosody config, make sure lobby module and component running fine. Once you sync room creation and join timing better, it should stop happen. Gud luck mate |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Discussion Type
Product Feedback
Discussion Content
I have developed the Jitsi Meeting App ( for web ).
And I am getting this error.
Admin can not create a room with this error, but if I restart the room, it works fine.
And this error occurs frequently.
Why?
How can I overcome this error?
Beta Was this translation helpful? Give feedback.
All reactions