Browse Source

cleanup: Remove the startBitrate option. (#8193)

master
bgrozev 4 years ago
parent
commit
9535f84775
No account linked to committer's email address
2 changed files with 0 additions and 2 deletions
  1. 0
    1
      config.js
  2. 0
    1
      react/features/base/config/configWhitelist.js

+ 0
- 1
config.js View File

@@ -679,7 +679,6 @@ var config = {
679 679
      forceJVB121Ratio
680 680
      hiddenDomain
681 681
      ignoreStartMuted
682
-     startBitrate
683 682
      */
684 683
 
685 684
 

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

@@ -138,7 +138,6 @@ export default [
138 138
     'resolution',
139 139
     'startAudioMuted',
140 140
     'startAudioOnly',
141
-    'startBitrate',
142 141
     'startScreenSharing',
143 142
     'startSilent',
144 143
     'startVideoMuted',

Loading…
Cancel
Save