Procházet zdrojové kódy

comment out section in config.js

master
Radium Zheng před 6 roky
rodič
revize
e0ac3efb5c
1 změnil soubory, kde provedl 19 přidání a 5 odebrání
  1. 19
    5
      config.js

+ 19
- 5
config.js Zobrazit soubor

@@ -345,7 +345,25 @@ var config = {
345 345
         // shard: "shard1",
346 346
         // region: "europe",
347 347
         // userRegion: "asia"
348
-    },
348
+    }
349
+
350
+    // Local Recording
351
+    //
352
+
353
+    // localRecording: {
354
+    // Enables local recording.
355
+    // Additionally, 'localrecording' (all lowercase) needs to be added to
356
+    // TOOLBAR_BUTTONS in interface_config.js for the Local Recording
357
+    // button to show up on the toolbar.
358
+    //
359
+    //     enabled: true,
360
+    //
361
+
362
+    // The recording format, can be one of 'ogg', 'flac' or 'wav'.
363
+    //     format: 'flac'
364
+    //
365
+
366
+    // }
349 367
 
350 368
     // Options related to end-to-end (participant to participant) ping.
351 369
     // e2eping: {
@@ -409,10 +427,6 @@ var config = {
409 427
      startBitrate
410 428
      */
411 429
 
412
-    localRecording: {
413
-        enabled: true,
414
-        format: 'flac'
415
-    }
416 430
 };
417 431
 
418 432
 /* eslint-enable no-unused-vars, no-var */

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