web: remove 'startBitrate' that is no longer supported.
This commit is contained in:
committed by
Jaya Allamsetty
parent
1cba0b5803
commit
d64ae1c193
@@ -83,17 +83,12 @@ config.disableSimulcast = true;
|
||||
config.startVideoMuted = {{ $START_VIDEO_MUTED }};
|
||||
config.startWithVideoMuted = {{ $START_WITH_VIDEO_MUTED }};
|
||||
|
||||
{{ if .Env.START_BITRATE -}}
|
||||
config.startBitrate = '{{ .Env.START_BITRATE }}';
|
||||
{{ end -}}
|
||||
|
||||
config.flags = {
|
||||
sourceNameSignaling: true
|
||||
sourceNameSignaling: true,
|
||||
sendMultipleVideoStreams: true,
|
||||
receiveMultipleVideoStreams: true
|
||||
};
|
||||
|
||||
|
||||
// ScreenShare Configuration.
|
||||
//
|
||||
|
||||
|
||||
Reference in New Issue
Block a user