comment out section in config.js
This commit is contained in:
parent
65c76dcde5
commit
e0ac3efb5c
24
config.js
24
config.js
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue