-
Notifications
You must be signed in to change notification settings - Fork 995
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
Add datachannel support for relay message transport. #2001
Conversation
Codecov Report
Additional details and impacted files@@ 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
... and 8 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
…channels in the signaling.
See also jitsi/jicofo#1051 |
jvb/src/main/kotlin/org/jitsi/videobridge/colibri2/Colibri2ConferenceHandler.kt
Show resolved
Hide resolved
@@ -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) { |
There was a problem hiding this comment.
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?
No description provided.