Skip to content

Commit

Permalink
feat: bumpt to stable-9584-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenard committed Jul 5, 2024
1 parent 5a2f9a1 commit b37cafa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion JITSI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
stable-9584
stable-9584-1
1 change: 1 addition & 0 deletions controllers/environments.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions images/jvb/jvb.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
{{ $JVB_STUN_SERVERS := .Env.JVB_STUN_SERVERS | default "meet-jit-si-turnrelay.jitsi.net:443" -}}
{{ $JVB_AUTH_USER := .Env.JVB_AUTH_USER | default "jvb" -}}
{{ $JVB_BREWERY_MUC := .Env.JVB_BREWERY_MUC | default "jvbbrewery" -}}
{{ $JVB_CC_TRUST_BWE := .Env.JVB_CC_TRUST_BWE | default "true" | toBool -}}
{{ $JVB_MUC_NICKNAME := .Env.JVB_MUC_NICKNAME | default .Env.HOSTNAME -}}
{{ $JVB_ADVERTISE_PRIVATE_CANDIDATES := .Env.JVB_ADVERTISE_PRIVATE_CANDIDATES | default "true" | toBool -}}
{{ $JVB_ADVERTISE_IPS := .Env.JVB_ADVERTISE_IPS | default "" -}}
Expand All @@ -32,6 +33,9 @@
{{ $ENV := .Env -}}

videobridge {
cc {
trust-bwe = {{ $JVB_CC_TRUST_BWE }}
}
ice {
udp {
port = {{ .Env.JVB_PORT | default 10000 }}
Expand Down

0 comments on commit b37cafa

Please sign in to comment.