web,jvb: remove ENABLE_MULTISTREAM
It's not enabled by default and there is no way to disable it any longer. We keep setting the flags in config.js though, this is so old mobile versions without the new default behavior can enable it.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{{ $COLIBRI_REST_ENABLED := .Env.COLIBRI_REST_ENABLED | default "false" | toBool -}}
|
||||
{{ $ENABLE_COLIBRI_WEBSOCKET := .Env.ENABLE_COLIBRI_WEBSOCKET | default "1" | toBool -}}
|
||||
{{ $ENABLE_OCTO := .Env.ENABLE_OCTO | default "0" | toBool -}}
|
||||
{{ $ENABLE_MULTI_STREAM := .Env.ENABLE_MULTI_STREAM | default "true" | toBool -}}
|
||||
{{ $JVB_DISABLE_STUN := .Env.JVB_DISABLE_STUN | default "0" | toBool -}}
|
||||
{{ $JVB_STUN_SERVERS := .Env.JVB_STUN_SERVERS | default "meet-jit-si-turnrelay.jitsi.net:443" -}}
|
||||
{{ $JVB_AUTH_USER := .Env.JVB_AUTH_USER | default "jvb" -}}
|
||||
@@ -65,9 +64,6 @@ videobridge {
|
||||
tls = true
|
||||
server-id = "{{ $WS_SERVER_ID }}"
|
||||
}
|
||||
multi-stream {
|
||||
enabled = {{ $ENABLE_MULTI_STREAM }}
|
||||
}
|
||||
http-servers {
|
||||
private {
|
||||
host = 0.0.0.0
|
||||
|
||||
Reference in New Issue
Block a user