jitsi / jitsi-meet

Jitsi Meet - Secure, Simple and Scalable Video Conferences that you use as a standalone app or embed in your web application.
https://jitsi.org/meet
Apache License 2.0
23.07k stars 6.7k forks source link

How i can Bypass Lobby for the owner of the room. #15156

Open TGC-PratikNanavare opened 3 weeks ago

TGC-PratikNanavare commented 3 weeks ago

What happened?

Hello team,

I have encountered an issue in Jitsi Meet. When I join a meeting(own meeting) with an active lobby and accidentally leave the meeting—either due to a network issue or by mistake—upon trying to rejoin, I see a window that prevents me from entering.

My jwt authentication. AUTH_TYPE=jwt JWT_AUTH_TYPE=token

image

Platform

Browser / app / sdk version

latest

Relevant log output

No response

Reproducibility

More details?

No response

shawnchin commented 3 weeks ago

If you have questions, you should probably ask on the Jitsi Community Forum first rather than post an issue on this repo.

Since you're using JWT auth, you can use something like this prosody module to allow users with the right token claims to always bypass lobby -- https://github.com/jitsi-contrib/prosody-plugins/tree/main/token_lobby_bypass

damencho commented 3 weeks ago

Another option is to set password for the room, which can be used to bypass lobby.

TGC-PratikNanavare commented 3 weeks ago

If you have questions, you should probably ask on the Jitsi Community Forum first rather than post an issue on this repo.

Since you're using JWT auth, you can use something like this prosody module to allow users with the right token claims to always bypass lobby -- https://github.com/jitsi-contrib/prosody-plugins/tree/main/token_lobby_bypass

I have added this plugin and also loaded successfully. but it is not going inside "muc-occupant-pre-join" hook.

shawnchin commented 3 weeks ago

How did you add the plugin?

TGC-PratikNanavare commented 3 weeks ago

How did you add the plugin?

In the README file, they provided some steps. I followed those steps to add the plugin.

image

TGC-PratikNanavare commented 3 weeks ago

Another option is to set password for the room, which can be used to bypass lobby.

Is there any other way to byPass the lobby?