瀏覽代碼

comment out section in config.js

master
Radium Zheng 7 年之前
父節點
當前提交
e0ac3efb5c
共有 1 個文件被更改,包括 19 次插入5 次删除
  1. 19
    5
      config.js

+ 19
- 5
config.js 查看文件

345
         // shard: "shard1",
345
         // shard: "shard1",
346
         // region: "europe",
346
         // region: "europe",
347
         // userRegion: "asia"
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
     // Options related to end-to-end (participant to participant) ping.
368
     // Options related to end-to-end (participant to participant) ping.
351
     // e2eping: {
369
     // e2eping: {
409
      startBitrate
427
      startBitrate
410
      */
428
      */
411
 
429
 
412
-    localRecording: {
413
-        enabled: true,
414
-        format: 'flac'
415
-    }
416
 };
430
 };
417
 
431
 
418
 /* eslint-enable no-unused-vars, no-var */
432
 /* eslint-enable no-unused-vars, no-var */

Loading…
取消
儲存