Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
As someone hosting a public Meet instance, I can set the default room access level to trusted or restricted, but this does not prevent users to change a room's access setting to open. I would like to be able to protect users from opening their meeting to open access, potentially making their meetings vunerable for unauthorized access to meetings and opening other attack vectors.
Describe the solution you'd like
Add a configuration option (e.g. by setting an env var RESOURCE_ALLOWED_ACCESS_LEVELS) to be able to restrict which access levels can be set in a meeting.
Describe alternatives you've considered
You can always tell users to avoid a certain option, but usually setting good defaults/restrictions for them is easier for both sides.
Discovery, Documentation, Adoption, Migration Strategy
(Let me know if there is any docs where I could contribute this change to)
Do you want to work on it through a Pull Request?
I am not familiar enough with the codebase currently.
Feature Request
Is your feature request related to a problem or unsupported use case? Please describe.
As someone hosting a public Meet instance, I can set the default room access level to trusted or restricted, but this does not prevent users to change a room's access setting to open. I would like to be able to protect users from opening their meeting to open access, potentially making their meetings vunerable for unauthorized access to meetings and opening other attack vectors.
Describe the solution you'd like
Add a configuration option (e.g. by setting an env var
RESOURCE_ALLOWED_ACCESS_LEVELS) to be able to restrict which access levels can be set in a meeting.Describe alternatives you've considered
You can always tell users to avoid a certain option, but usually setting good defaults/restrictions for them is easier for both sides.
Discovery, Documentation, Adoption, Migration Strategy
(Let me know if there is any docs where I could contribute this change to)
Do you want to work on it through a Pull Request?
I am not familiar enough with the codebase currently.