-
Notifications
You must be signed in to change notification settings - Fork 511
Allow setting publishing permissions for all users #6190
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
Allow setting publishing permissions for all users #6190
Conversation
c58c9f8 to
103b89c
Compare
This comment has been minimized.
This comment has been minimized.
|
Current plan:
Yes. Additionally to the already existing code, we also add an endpoint that allows to set the default permissions for: Also the start call function gets extended with a parameter that can be used to set the permissions for this call. This will allow a moderator to start a meeting although in general the conversation would be free for all. For this the Start/Join buttons are extended for moderators so they see:
Similarly the Leave button is being extended to:
|
3a087ee to
f454365
Compare
2692fe5 to
2c47c7d
Compare
32b2402 to
1ecc31f
Compare
5eca7e1 to
97bd993
Compare
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
… conversation permissions Signed-off-by: Joas Schilling <coding@schilljs.com>
… HPB Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
8f3fe75 to
007ba46
Compare
Signed-off-by: Joas Schilling <coding@schilljs.com>
marcoambrosini
left a comment
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.
🐘
Signed-off-by: Joas Schilling <coding@schilljs.com>
setAttendeePermissions()which currently only allows to "set" instead of +/- a single permission?Attendee::PUBLISHING_PERMISSIONS_*Fix #931
Fix #5394
The API allows to … a single or multiple permissions:
For either all participants or excluding moderators, guest moderators and owners.
I think we should do a similar enhancement to
setAttendeePublishingPermissionswhich currently only allows to "set" instead of +/- a single permission.