support for ICE restarts and regathering - #175
Open
ystreet wants to merge 6 commits into
Open
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #175 +/- ##
==========================================
+ Coverage 86.28% 86.71% +0.43%
==========================================
Files 39 40 +1
Lines 7154 7484 +330
==========================================
+ Hits 6173 6490 +317
- Misses 981 994 +13 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
ystreet
force-pushed
the
ice-restart
branch
4 times, most recently
from
August 21, 2026 01:37
23737aa to
f297e29
Compare
Don't store the same value in multiple places
Saves one array lookup per stream operation (local/remote credentials/etc).
e.g. in SDP offer/answer with trickle ICE, i.e. WebRTC. A remote offer can be received (which does not yet indicate a restart), along with the relevant remote candidates before the local answer is produced and applied. Such remote candidates only apply once the ICE restart has been indicated.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #30