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,
|
// enableEmailInStats: false,
|
||||||
|
|
||||||
// Enables detecting faces of participants and get their expression and send it to other participants
|
// 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.
|
// 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
|
// The default value is 100%. If set to 0, no automatic feedback will be requested
|
||||||
|
|
|
@ -129,6 +129,7 @@ export default [
|
||||||
'enableDisplayNameInStats',
|
'enableDisplayNameInStats',
|
||||||
'enableEmailInStats',
|
'enableEmailInStats',
|
||||||
'enableEncodedTransformSupport',
|
'enableEncodedTransformSupport',
|
||||||
|
'enableFacialRecognition',
|
||||||
'enableIceRestart',
|
'enableIceRestart',
|
||||||
'enableInsecureRoomNameWarning',
|
'enableInsecureRoomNameWarning',
|
||||||
'enableLayerSuspension',
|
'enableLayerSuspension',
|
||||||
|
|
Loading…
Reference in New Issue