-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
feat(external_api) add function to toggle virtual background #15324
Conversation
Hi, thanks for your contribution! |
@saghul and @hristoterezov do we prefer functions or commands? |
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.
🔍 This pull request has been sent to HackerOne's PullRequest review team because our automation detected one or more changes with potential security impact or requires further evaluation. Experts are now being assigned to this review based on relevant expertise and will validate or dismiss any security findings accordingly and post their feedback as comments within this pull request.
Check the status or cancel this secure code review here.
Given that the function is just a 1-liner that calls the command, so we really need it? |
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.
My main reason for including the function was that it provides a convenient spot for JSDoc comments to explain its purpose. If we remove the function, we lose that explanation. Not sure if avoiding redundancy outweighs keeping the clarity. |
That is a very good point. Let's keep it. |
has the CLA been signed? |
Yes was earlier this year, company "certible". |
New function see, jitsi/jitsi-meet#15324
New function see, jitsi/jitsi-meet#15324
(closes old issue: #9399)
New API command to change the virtual background with a custom base64 image.