-
Notifications
You must be signed in to change notification settings - Fork 35
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
Ability to set a password for a room to avoid "jitsi bombing" #44
Comments
you can avoid bombing by putting more fields as session name. But yes, in the next version I think I will be able to launch the plugin with the possibility of putting a password .. |
If a student access the room before a teacher he becomes administrator. |
@Luckasas if you are using https://github.com/nvonahsen/jitsi-token-moderation-plugin , this module send the moderator option inside the JWT payload. Then only teachers can be admin, yet if a student enters before the teacher, he will be able to "open" the room, so #47 is interesting too. |
Hi @Luckasas |
finally, the administrator will configure the password for all sessions. Added for the next version. |
Thank you very much! |
You can use this plugin on Jitsi side (if you are using JWT auth) to block that: https://github.com/nvonahsen/jitsi-token-moderation-plugin Then only teachers will be moderators. |
@bryanasdev000 how do I configure this plugin? |
Did you have JWT setup on your Jitsi? This plugin already sends Teachers as moderators and all other as non-moderators on JWT Token body, you only have to make sure that JWT is working on Jitsi side and use the same credentials as Jitsi on this plugin (AppID and Secret). |
Hello Sergio,
Would it be possible to implement the ability to set a password in the module settings for a jitsi room as the moodle lectures, just to avoid "jitsi bombing"?
Greetings & thanks for the plugin!
Michael
The text was updated successfully, but these errors were encountered: