Browse Source

cleanup: Remove the startBitrate option. (#8193)

j8
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
      forceJVB121Ratio
679
      forceJVB121Ratio
680
      hiddenDomain
680
      hiddenDomain
681
      ignoreStartMuted
681
      ignoreStartMuted
682
-     startBitrate
683
      */
682
      */
684
 
683
 
685
 
684
 

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

138
     'resolution',
138
     'resolution',
139
     'startAudioMuted',
139
     'startAudioMuted',
140
     'startAudioOnly',
140
     'startAudioOnly',
141
-    'startBitrate',
142
     'startScreenSharing',
141
     'startScreenSharing',
143
     'startSilent',
142
     'startSilent',
144
     'startVideoMuted',
143
     'startVideoMuted',

Loading…
Cancel
Save