File tree 2 files changed +3
-0
lines changed 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -437,6 +437,7 @@ services:
437
437
- JVB_OCTO_REGION
438
438
- JVB_OCTO_RELAY_ID
439
439
- JVB_REQUIRE_VALID_ADDRESS
440
+ - JVB_USE_USRSCTP
440
441
- JVB_WS_DOMAIN
441
442
- JVB_WS_SERVER_ID
442
443
- JVB_WS_TLS
Original file line number Diff line number Diff line change 21
21
{{ $JVB_XMPP_SERVERS := splitList "," $JVB_XMPP_SERVER -}}
22
22
{{ $PUBLIC_URL_DOMAIN := .Env.PUBLIC_URL | default "https://localhost:8443" | trimPrefix "https://" | trimSuffix "/" -}}
23
23
{{ $SHUTDOWN_REST_ENABLED := .Env.SHUTDOWN_REST_ENABLED | default "false" | toBool -}}
24
+ {{ $USE_USRSCTP := .Env.JVB_USE_USRSCTP | default "false" | toBool -}}
24
25
{{ $WS_DOMAIN := .Env.JVB_WS_DOMAIN | default $PUBLIC_URL_DOMAIN -}}
25
26
{{ $WS_SERVER_ID := .Env.JVB_WS_SERVER_ID | default .Env.JVB_WS_SERVER_ID_FALLBACK | default "default" -}}
26
27
{{ $WS_TLS := .Env.JVB_WS_TLS | default "1" | toBool -}}
@@ -89,6 +90,7 @@ videobridge {
89
90
}
90
91
sctp {
91
92
enabled = {{ $ENABLE_SCTP }}
93
+ use-usrsctp = {{ $USE_USRSCTP }}
92
94
}
93
95
stats {
94
96
enabled = true
You can’t perform that action at this time.
0 commit comments