Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
10 of 11 tasks
TGC-PratikNanavare opened this issue Sep 26, 2024 · 6 comments
Open
10 of 11 tasks

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

TGC-PratikNanavare opened this issue Sep 26, 2024 · 6 comments

Comments

@TGC-PratikNanavare
Copy link

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

  • Chrome (or Chromium based)
  • Firefox
  • Safari
  • Other desktop browser
  • Android browser
  • iOS browser
  • Electron app
  • Android mobile app
  • iOS mobile app
  • Custom app using a mobile SDK

Browser / app / sdk version

latest

Relevant log output

No response

Reproducibility

  • The problem is reproducible on meet.jit.si

More details?

No response

@shawnchin
Copy link
Contributor

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
Copy link
Member

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

@TGC-PratikNanavare
Copy link
Author

TGC-PratikNanavare commented Sep 26, 2024

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
Copy link
Contributor

How did you add the plugin?

@TGC-PratikNanavare
Copy link
Author

TGC-PratikNanavare commented Sep 26, 2024

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
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants