Browse Source

Merge pull request #2523 from bgrozev/whitelist-ss-fps

config: Whitelists the desktopSharingFrameRate config key.
master
Emil Ivov 7 years ago
parent
commit
df9d17ba18
No account linked to committer's email address
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

@@ -36,6 +36,7 @@ const WHITELISTED_KEYS = [
36 36
     'desktopSharingChromeExtId',
37 37
     'desktopSharingChromeMinExtVersion',
38 38
     'desktopSharingChromeSources',
39
+    'desktopSharingFrameRate',
39 40
     'desktopSharingFirefoxDisabled',
40 41
     'desktopSharingSources',
41 42
     'disable1On1Mode',

Loading…
Cancel
Save