cleanup: Remove the startBitrate option. (#8193)
This commit is contained in:
parent
6c477cad9b
commit
9535f84775
|
@ -679,7 +679,6 @@ var config = {
|
||||||
forceJVB121Ratio
|
forceJVB121Ratio
|
||||||
hiddenDomain
|
hiddenDomain
|
||||||
ignoreStartMuted
|
ignoreStartMuted
|
||||||
startBitrate
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -138,7 +138,6 @@ export default [
|
||||||
'resolution',
|
'resolution',
|
||||||
'startAudioMuted',
|
'startAudioMuted',
|
||||||
'startAudioOnly',
|
'startAudioOnly',
|
||||||
'startBitrate',
|
|
||||||
'startScreenSharing',
|
'startScreenSharing',
|
||||||
'startSilent',
|
'startSilent',
|
||||||
'startVideoMuted',
|
'startVideoMuted',
|
||||||
|
|
Loading…
Reference in New Issue