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

Add config to tell JVBs to use SCTP datachannels for relay-to-relay bridge channels. #1051

Merged
merged 2 commits into from
Mar 16, 2023

Conversation

JonathanLennox
Copy link
Member

No description provided.

@@ -29,6 +29,10 @@ class OctoConfig {
"jicofo.octo.allow-mixed-versions".from(newConfig)
}

val sctpChannels: Boolean by config {
"jicofo.octo.sctp-channels".from(newConfig)
Copy link
Member

Choose a reason for hiding this comment

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

This doesn't match reference.conf (it uses "sctp-datachannels")

@codecov
Copy link

codecov bot commented Mar 16, 2023

Codecov Report

Merging #1051 (6a64895) into master (841569f) will increase coverage by 0.00%.
The diff coverage is 0.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1051   +/-   ##
=========================================
  Coverage     27.27%   27.28%           
  Complexity      477      477           
=========================================
  Files           124      124           
  Lines          7443     7456   +13     
  Branches       1060     1064    +4     
=========================================
+ Hits           2030     2034    +4     
- Misses         5158     5166    +8     
- Partials        255      256    +1     
Impacted Files Coverage Δ
...mon/src/main/kotlin/org/jitsi/jicofo/OctoConfig.kt 0.00% <0.00%> (ø)
...org/jitsi/jicofo/bridge/colibri/Colibri2Session.kt 0.00% <0.00%> (ø)

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 841569f...6a64895. Read the comment docs.

@JonathanLennox JonathanLennox merged commit 103c02b into jitsi:master Mar 16, 2023
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.

2 participants