diff --git a/config.js b/config.js index 8120a607c..ec907da95 100644 --- a/config.js +++ b/config.js @@ -345,7 +345,25 @@ var config = { // shard: "shard1", // region: "europe", // 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. // e2eping: { @@ -409,10 +427,6 @@ var config = { startBitrate */ - localRecording: { - enabled: true, - format: 'flac' - } }; /* eslint-enable no-unused-vars, no-var */