Browse Source

feat: Whitelists the iceTransportPolicy option. (#2535)

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

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

@@ -68,6 +68,7 @@ const WHITELISTED_KEYS = [
68 68
     'hosts',
69 69
     'iAmRecorder',
70 70
     'iAmSipGateway',
71
+    'iceTransportPolicy',
71 72
     'ignoreStartMuted',
72 73
     'nick',
73 74
     'openBridgeChannel',

Loading…
Cancel
Save