Skip to content

feat: Support in-place ICE restart - #1299

Merged
bgrozev merged 4 commits into
masterfrom
in-place-ice-restart
Aug 13, 2026
Merged

feat: Support in-place ICE restart#1299
bgrozev merged 4 commits into
masterfrom
in-place-ice-restart

ref: Update jitsi-xmpp-extensions to 1.0-119-gc67bc81

72d937f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 10, 2026 in 1s

51.53% (+1.05%) compared to b64b530

View this Pull Request on Codecov

51.53% (+1.05%) compared to b64b530

Details

Codecov Report

❌ Patch coverage is 78.67647% with 29 lines in your changes missing coverage. Please review.
✅ Project coverage is 51.53%. Comparing base (b64b530) to head (72d937f).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...tsi/jicofo/conference/JitsiMeetConferenceImpl.java 62.50% 9 Missing and 3 partials ⚠️
...i/jicofo/bridge/colibri/ColibriV2SessionManager.kt 78.57% 5 Missing and 1 partial ⚠️
...org/jitsi/jicofo/bridge/colibri/Colibri2Session.kt 75.00% 2 Missing and 2 partials ⚠️
.../kotlin/org/jitsi/jicofo/conference/Participant.kt 90.00% 2 Missing and 1 partial ⚠️
...tsi/jicofo/bridge/colibri/ColibriSessionManager.kt 0.00% 2 Missing ⚠️
...tlin/org/jitsi/jicofo/metrics/IceRestartMetrics.kt 90.00% 1 Missing ⚠️
...tlin/org/jitsi/jicofo/xmpp/jingle/JingleSession.kt 93.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1299      +/-   ##
==========================================
+ Coverage   50.47%   51.53%   +1.05%     
==========================================
  Files         131      132       +1     
  Lines        8251     8419     +168     
  Branches     1261     1285      +24     
==========================================
+ Hits         4165     4339     +174     
+ Misses       3493     3471      -22     
- Partials      593      609      +16     
Files with missing lines Coverage Δ
...org/jitsi/jicofo/bridge/colibri/ParticipantInfo.kt 100.00% <100.00%> (ø)
...c/main/kotlin/org/jitsi/jicofo/ConferenceConfig.kt 98.14% <100.00%> (+0.07%) ⬆️
...tlin/org/jitsi/jicofo/metrics/IceRestartMetrics.kt 90.00% <90.00%> (ø)
...tlin/org/jitsi/jicofo/xmpp/jingle/JingleSession.kt 57.41% <93.33%> (+3.29%) ⬆️
...tsi/jicofo/bridge/colibri/ColibriSessionManager.kt 64.70% <0.00%> (-4.05%) ⬇️
.../kotlin/org/jitsi/jicofo/conference/Participant.kt 57.75% <90.00%> (+6.77%) ⬆️
...org/jitsi/jicofo/bridge/colibri/Colibri2Session.kt 69.57% <75.00%> (+4.56%) ⬆️
...i/jicofo/bridge/colibri/ColibriV2SessionManager.kt 59.07% <78.57%> (+1.96%) ⬆️
...tsi/jicofo/conference/JitsiMeetConferenceImpl.java 38.15% <62.50%> (+1.03%) ⬆️

... and 4 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.