comment out section in config.js

This commit is contained in:
Radium Zheng 2018-07-27 22:37:04 +10:00
parent 65c76dcde5
commit e0ac3efb5c
1 changed files with 19 additions and 5 deletions

View File

@ -345,7 +345,25 @@ var config = {
// shard: "shard1", // shard: "shard1",
// region: "europe", // region: "europe",
// userRegion: "asia" // userRegion: "asia"
}, }
// Local Recording
//
// localRecording: {
// Enables local recording.
// Additionally, 'localrecording' (all lowercase) needs to be added to
// TOOLBAR_BUTTONS in interface_config.js for the Local Recording
// button to show up on the toolbar.
//
// enabled: true,
//
// The recording format, can be one of 'ogg', 'flac' or 'wav'.
// format: 'flac'
//
// }
// Options related to end-to-end (participant to participant) ping. // Options related to end-to-end (participant to participant) ping.
// e2eping: { // e2eping: {
@ -409,10 +427,6 @@ var config = {
startBitrate startBitrate
*/ */
localRecording: {
enabled: true,
format: 'flac'
}
}; };
/* eslint-enable no-unused-vars, no-var */ /* eslint-enable no-unused-vars, no-var */