fix(config) fix incorrect option name and whitelist it
This commit is contained in:
parent
cd166b5f19
commit
10d54498d0
|
@ -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…
Reference in New Issue