|
@@ -75,6 +75,7 @@ var config = {
|
75
|
75
|
|
76
|
76
|
// Disable measuring of audio levels.
|
77
|
77
|
// disableAudioLevels: false,
|
|
78
|
+ // audioLevelsInterval: 200,
|
78
|
79
|
|
79
|
80
|
// Enabling this will run the lib-jitsi-meet no audio detection module which
|
80
|
81
|
// will notify the user if the current selected microphone has no audio
|
|
@@ -301,6 +302,9 @@ var config = {
|
301
|
302
|
// estimation tests.
|
302
|
303
|
// gatherStats: false,
|
303
|
304
|
|
|
305
|
+ // The interval at which PeerConnection.getStats() is called. Defaults to 10000
|
|
306
|
+ // pcStatsInterval: 10000,
|
|
307
|
+
|
304
|
308
|
// To enable sending statistics to callstats.io you must provide the
|
305
|
309
|
// Application ID and Secret.
|
306
|
310
|
// callStatsID: '',
|