Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(jvb): add JVB_CC_TRUST_BWE environment variable #1850

Merged
merged 3 commits into from
Jul 3, 2024

Conversation

teyfix
Copy link
Contributor

@teyfix teyfix commented Jul 3, 2024

Closes #1849

  • Added JVB_CC_TRUST_BWE to docker-compose.yml
  • Updated jvb.conf to include configuration for JVB_CC_TRUST_BWE

@@ -32,6 +33,11 @@
{{ $ENV := .Env -}}

videobridge {
{{ if $JVB_CC_TRUST_BWE -}}
cc {
trust-bwe = {{ $JVB_CC_TRUST_BWE | default "true" | toBool}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Put the default in the variable definition above, and assign it unconditionally please.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've updated the PR, can you check it out again please?

@saghul saghul merged commit 29a4523 into jitsi:master Jul 3, 2024
@teyfix teyfix deleted the teyfix/add-trust-bwe-to-jvb-conf branch July 3, 2024 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Exposing trust-bwe to environment
2 participants