bigbluebutton / bigbluebutton

Complete open source web conferencing system.
https://bigbluebutton.org
GNU Lesser General Public License v3.0
8.55k stars 5.95k forks source link

feat: add API join parameters to customize virtual background #14179

Closed liske closed 1 year ago

liske commented 2 years ago

Is your feature request related to a problem? Please describe. It would be nice if users would be able to configure a custom virtual background and to configure their preferred virtual background setting in a LMS.

Describe the solution you'd like Adding two additional parameters for the API join request would allow a LMS to pass the user's preference for the virtual background:

The camera sharing view needs to present another thumbnail if virtualBackgrounds*Url have been passed.

Describe alternatives you've considered Adding the backgrounds to the server settings does not scale for this use case.

Additional context This should not conflict with #14075: if virtual backgrounds are disabled there is no need to handle the user settings at all.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.