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 datachannel support for relay message transport. #2001

Merged
merged 8 commits into from
Mar 16, 2023

Conversation

JonathanLennox
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Mar 10, 2023

Codecov Report

Merging #2001 (d9060a2) into master (1c5748a) will decrease coverage by 0.07%.
The diff coverage is 7.37%.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #2001      +/-   ##
============================================
- Coverage     43.10%   43.03%   -0.07%     
- Complexity     1672     1677       +5     
============================================
  Files           323      325       +2     
  Lines         16740    16888     +148     
  Branches       2202     2227      +25     
============================================
+ Hits           7215     7267      +52     
- Misses         8814     8910      +96     
  Partials        711      711              
Impacted Files Coverage Δ
.../src/main/kotlin/org/jitsi/videobridge/Endpoint.kt 20.50% <ø> (+0.03%) ⬆️
.../videobridge/colibri2/Colibri2ConferenceHandler.kt 1.16% <0.00%> (-0.11%) ⬇️
...g/jitsi/videobridge/relay/RelayMessageTransport.kt 7.92% <4.76%> (-1.18%) ⬇️
...c/main/kotlin/org/jitsi/videobridge/relay/Relay.kt 16.63% <7.00%> (-1.40%) ⬇️
...n/org/jitsi/videobridge/sctp/DataChannelHandler.kt 12.50% <12.50%> (ø)
...n/kotlin/org/jitsi/videobridge/sctp/SctpHandler.kt 17.39% <17.39%> (ø)

... and 8 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 1c5748a...d9060a2. Read the comment docs.

@JonathanLennox
Copy link
Member Author

See also jitsi/jicofo#1051

@@ -76,13 +75,6 @@ class Colibri2ConferenceHandler(
if (!RelayConfig.config.enabled) {
throw IqProcessingException(Condition.feature_not_implemented, "Octo is disable in configuration.")
}
if (!WebsocketServiceConfig.config.enabled) {
Copy link
Member

Choose a reason for hiding this comment

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

Should we still throw if neither SCTP nor websockets are enabled?

@JonathanLennox JonathanLennox marked this pull request as ready for review March 16, 2023 19:37
@JonathanLennox JonathanLennox merged commit 1f4c4d4 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