-
Notifications
You must be signed in to change notification settings - Fork 440
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
fix(conversations): Remove call-permissions #13086
Conversation
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.
forcePermissions
parameter in joinCall
should be deprecated, as it is used to set the now deprecated call permissions.
Same for the whole setAllAttendeesPermissions
endpoint (which it is in the docs, although it would be good to mark it too in the code documentation so it is picked by OpenAPI).
It never made it to the normal docs :D So I will remove it, but not deprecate it (as additional send parameters don't break anyway) |
d3da61f
to
b67edf4
Compare
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.
Code looks good 👍
The permission only existed on API level and it's too complicated to figure out a good UX for it. So the functionality to change it are removed here. It's still kept in the database and response to avoid breakage of existing clients Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
b67edf4
to
6f3da72
Compare
Signed-off-by: Joas Schilling <coding@schilljs.com>
/backport to stable30 |
☑️ Resolves
The permission only existed on API level and it's too complicated
to figure out a good UX for it. So the functionality to change it
are removed here. It's still kept in the database and response to
avoid breakage of existing clients
🏁 Checklist
docs/
has been updated or is not required