Procházet zdrojové kódy

doc: TOOLBAR_BUTTONS clarifications

j8
Dan Dascalescu před 4 roky
rodič
revize
0d15c01077
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 9 přidání a 5 odebrání
  1. 9
    5
      interface_config.js

+ 9
- 5
interface_config.js Zobrazit soubor

@@ -174,11 +174,15 @@ var interfaceConfig = {
174 174
     TOOLBAR_ALWAYS_VISIBLE: false,
175 175
 
176 176
     /**
177
-     * The name of the toolbar buttons to display in the toolbar. If present,
178
-     * the button will display. Exceptions are "livestreaming" and "recording"
179
-     * which also require being a moderator and some values in config.js to be
180
-     * enabled. Also, the "profile" button will not display for users with a
181
-     * jwt.
177
+     * The name of the toolbar buttons to display in the toolbar, including the
178
+     * "More actions" menu. If present, the button will display. Exceptions are
179
+     * "livestreaming" and "recording" which also require being a moderator and
180
+     * some values in config.js to be enabled. Also, the "profile" button will
181
+     * not display for users with a JWT.
182
+     * Notes:
183
+     * - it's impossible to choose which buttons go in the "More actions" menu
184
+     * - it's impossible to control the placement of buttons
185
+     * - 'desktop' controls the "Share your screen" button
182 186
      */
183 187
     TOOLBAR_BUTTONS: [
184 188
         'microphone', 'camera', 'closedcaptions', 'desktop', 'fullscreen',

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