question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feat: Allow a user to add his own custom background in addition of the custom virtualBackgrounds

See original GitHub issue

Hello, In the company where i work (Eyeneed), we use jitsi for medical purposes since a long time now and we recently faced a problem. We’ve set our custom virtual backgrounds to replace the default ones but we also need to allow the user to add his own custom background. The problem is that right now, if we decide to set the company custom virtual backgrounds, the button allowing the user to add his own is not shown anymore.

We would like the feature to be more flexible so that the user can still add his own custom backgrounds if the config property disableAddingBackgroundImages is set to false.

/react/features/virtual-background/components/VirtualBackgroundDialog.js

_showUploadButton: !(hasBrandingImages || state['features/base/config'].disableAddingBackgroundImages),

Thank you for reading and happy new year to all of you!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
Warziikcommented, Jan 7, 2022

If you overwrite the original background images, participants could upload own backgrounds.

I think, that is not the best way to go. As we already have the branding feature (see https://github.com/jitsi/jitsi-meet/blob/d91e7c3d31d5fd1fa75eb000c98a58781f1d909c/config.js#L974 ), it would be nice to have a welcomeBackground variable, so that it can be part of the main branding functionality.

How i activate the branding feature? Is there a Guide? I saw some variables like isBrand in another file on GitHub.

Thank you!

Hey, check for the dynamicBrandingUrl property in the config.js file. It allows you to create a JSON file in order to overwrite some related branding properties such as virtualBakcgrounds.

1reaction
pandelcommented, Jan 7, 2022

If you overwrite the original background images, participants could upload own backgrounds.

I think, that is not the best way to go. As we already have the branding feature (see https://github.com/jitsi/jitsi-meet/blob/d91e7c3d31d5fd1fa75eb000c98a58781f1d909c/config.js#L974), it would be nice to have a welcomeBackground variable, so that it can be part of the main branding functionality.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changing your Virtual Background image - Zoom Support
There are no size restrictions when adding your own virtual backgrounds, but we recommend cropping the image to match the aspect ratio of...
Read more >
How to Add Custom Backgrounds to Your Zoom Meetings
Adding a Background to Zoom ; Tap the More icon at the bottom of the screen. Choose Virtual Background. ; During an active...
Read more >
Change background and apply visual effects in Google Meet
To select a pre-uploaded background, click a background. To upload your own image for your background, click Upload a background image Add photo...
Read more >
Solved: Virtual Background for Webcams - GoTo Community
Along with the Default backgrounds provided by GoTo, Users can add up to 10 custom backgrounds of their choice. Custom background in GoTo...
Read more >
How to Upload Custom Backgrounds in Google Meet - YouTube
GoogleMeet #VirtualLearning #GoogleWorkspace #MeetIn this video tutorial we demonstrate how to use your own image as a virtual background in ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found