jitsi-meet
jitsi-meet copied to clipboard
Additional setting to disable password options in security dialog and lobby page
Add an additional configuration setting to jitsi-meet, when this setting has a true
value, the lobby page "Enter meeting password" button must be hidden hidden, and there must not be a "Add password" option in security dialog.
Some meetings need to have a controlled access (with JWT tokens as an example) and having the ability to add password to the meeting is not needed or wanted.
Setting description in config.js:
// Disables password features
// disableMeetingPassword: false,
Add password option location:
Lobby password button location:
A PR would be welcome, disables by default of course.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.