-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
[NEW] Ability to configure Jitsi room options via new setting URL Suffix
#17950
[NEW] Ability to configure Jitsi room options via new setting URL Suffix
#17950
Conversation
URL Suffix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Jitsi_URL_Room_Suffix
is missing on en.i18n.json
file, please fix the review or give us access to push to your repository.
833a1a1
to
1d14a82
Compare
Jisti supports passing configuration overrides (for example #config.startAudioOnly=false), this suffix configuration option makes it possible to customize the behaviour of new jitsi rooms easily.
1d14a82
to
2868a09
Compare
I applied your suggestions, squashed and rebased on latest develop |
@fthiery awesome, but it's still missing the translation key, can you add? |
Done; not sure that's how it's supposed to be done, please check. |
Co-authored-by: Rodrigo Nascimento <[email protected]>
Will you take care of squashing and rebasing ? |
@fthiery yes, we always use squash to merge PRs. Thanks |
Does this also work when jwt auth is enabled? |
Probably not |
Proposed changes
I want the jitsi meetings (hosted on the community/public jisti server) to start with audio only. Jisti supports passing configuration overrides (for example #config.startAudioOnly=true), so adding a suffix configuration option would make it possible to customize the behaviour of new jitsi rooms easily.
See the possible overrides : https://github.com/jitsi/jitsi-meet/blob/c73ba372022db0bb967d628b136934219d8c4fec/config.js#L83
Issue(s)
See #2044
Types of changes
Checklist
Changelog
add jitsi url suffix so that room configuration can be overriden (e.g. disable video)
Further comments
I'm not sure whether this would break things with e.g. jwt auth, and no translation has been done.