Browse Source

config: Whitelists enable{Remb,Tcc} and minParticipants.

master
George Politis 7 years ago
parent
commit
4e36127dc7
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      react/features/base/config/functions.js

+ 3
- 0
react/features/base/config/functions.js View File

@@ -56,8 +56,10 @@ const WHITELISTED_KEYS = [
56 56
     'enableLipSync',
57 57
     'enableLocalVideoFlip',
58 58
     'enableRecording',
59
+    'enableRemb',
59 60
     'enableStatsID',
60 61
     'enableTalkWhileMuted',
62
+    'enableTcc',
61 63
     'enableUserRolesBasedOnToken',
62 64
     'etherpad_base',
63 65
     'failICE',
@@ -71,6 +73,7 @@ const WHITELISTED_KEYS = [
71 73
     'iAmSipGateway',
72 74
     'iceTransportPolicy',
73 75
     'ignoreStartMuted',
76
+    'minParticipants',
74 77
     'nick',
75 78
     'openBridgeChannel',
76 79
     'p2p',

Loading…
Cancel
Save