fix(config) fix incorrect option name and whitelist it

pull/10399/head jitsi-meet_6620
Saúl Ibarra Corretgé 4 years ago committed by Saúl Ibarra Corretgé
parent cd166b5f19
commit 10d54498d0
  1. 2
      config.js
  2. 1
      react/features/base/config/configWhitelist.js

@ -656,7 +656,7 @@ var config = {
// enableEmailInStats: false,
// Enables detecting faces of participants and get their expression and send it to other participants
// enableFaceRecognition: true,
// enableFacialRecognition: true,
// Controls the percentage of automatic feedback shown to participants when callstats is enabled.
// The default value is 100%. If set to 0, no automatic feedback will be requested

@ -129,6 +129,7 @@ export default [
'enableDisplayNameInStats',
'enableEmailInStats',
'enableEncodedTransformSupport',
'enableFacialRecognition',
'enableIceRestart',
'enableInsecureRoomNameWarning',
'enableLayerSuspension',

Loading…
Cancel
Save