Procházet zdrojové kódy

docs: Document 'virtualBackgrounds' on dynamic branding

master
Vlad Piersec před 3 roky
rodič
revize
fbef0e2a59
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4
    1
      config.js

+ 4
- 1
config.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit