docs: Document 'virtualBackgrounds' on dynamic branding

This commit is contained in:
Vlad Piersec 2021-10-19 09:51:11 +03:00 committed by vp8x8
parent 1ad8f77179
commit fbef0e2a59
1 changed files with 4 additions and 1 deletions

View File

@ -909,7 +909,10 @@ var config = {
// Overwrite for pool of background images for avatars
avatarBackgrounds: ['url(https://example.com/avatar-background-1.png)', '#FFF'],
// The lobby/prejoin screen background
premeetingBackground: 'url(https://example.com/premeeting-background.png)'
premeetingBackground: 'url(https://example.com/premeeting-background.png)',
// A list of images that can be used as video backgrounds.
// When this field is present, the default images will be replaced with those provided.
virtualBackgrounds: ['https://example.com/img.jpg']
}
*/
// dynamicBrandingUrl: '',