feat: Whitelists the gatherStats option. (#2561)

* feat: Whitelists the gatherStats option.

* doc: Replaces obsolete disableStats option with gatherStats.
pull/2562/head jitsi-meet_2835
George Politis 7 years ago committed by Дамян Минков
parent 796489dc77
commit 1c8b8e031b
  1. 7
      config.js
  2. 1
      react/features/base/config/functions.js

@ -245,8 +245,11 @@ var config = {
// Stats
//
// Whether to enable stats collection or not.
// disableStats: false,
// Whether to enable stats collection or not in the TraceablePeerConnection.
// This can be useful for debugging purposes (post-processing/analysis of
// the webrtc stats) as it is done in the jitsi-meet-torture bandwidth
// estimation tests.
// gatherStats: false,
// To enable sending statistics to callstats.io you must provide the
// Application ID and Secret.

@ -64,6 +64,7 @@ const WHITELISTED_KEYS = [
'failICE',
'firefox_fake_device',
'forceJVB121Ratio',
'gatherStats',
'hiddenDomain',
'hosts',
'iAmRecorder',

Loading…
Cancel
Save