-
Notifications
You must be signed in to change notification settings - Fork 6.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
Set blurred background from external api #15131
Set blurred background from external api #15131
Conversation
Hi, thanks for your contribution! |
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.
In the UI there are two types of blur effects, maybe the function needs to be parametrized to be able to achieve that, wdyt?
I don't need it at the moment but it could be an interesting feature. I'll add it when moving the code into virtual-background |
9aa4e65
to
8c8573c
Compare
Parameter to choose blur type added to the method |
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.
Maybe I didn't express my self correctly the previous time, we try to remove code out of conference.js and to avoid adding stuff there.
Add setBlurredBackground command to external api.
8c8573c
to
02aebd7
Compare
Oh ok sorry for the misunderstanding. I remove everything from conference.js |
Jenkins, test this please. |
LGTM. @Razor1700 Would you mind creating a PR adding it to the docs page here: https://github.com/jitsi/handbook/blob/master/docs/dev-guide/iframe-commands.md Thank you for your contribution. |
No problem, I'll update the doc |
Add setBlurredBackground command to external api