config: Whitelists enable{Remb,Tcc} and minParticipants.
This commit is contained in:
parent
8b1aff5512
commit
4e36127dc7
|
@ -56,8 +56,10 @@ const WHITELISTED_KEYS = [
|
||||||
'enableLipSync',
|
'enableLipSync',
|
||||||
'enableLocalVideoFlip',
|
'enableLocalVideoFlip',
|
||||||
'enableRecording',
|
'enableRecording',
|
||||||
|
'enableRemb',
|
||||||
'enableStatsID',
|
'enableStatsID',
|
||||||
'enableTalkWhileMuted',
|
'enableTalkWhileMuted',
|
||||||
|
'enableTcc',
|
||||||
'enableUserRolesBasedOnToken',
|
'enableUserRolesBasedOnToken',
|
||||||
'etherpad_base',
|
'etherpad_base',
|
||||||
'failICE',
|
'failICE',
|
||||||
|
@ -71,6 +73,7 @@ const WHITELISTED_KEYS = [
|
||||||
'iAmSipGateway',
|
'iAmSipGateway',
|
||||||
'iceTransportPolicy',
|
'iceTransportPolicy',
|
||||||
'ignoreStartMuted',
|
'ignoreStartMuted',
|
||||||
|
'minParticipants',
|
||||||
'nick',
|
'nick',
|
||||||
'openBridgeChannel',
|
'openBridgeChannel',
|
||||||
'p2p',
|
'p2p',
|
||||||
|
|
Loading…
Reference in New Issue