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

webrtc: fix connection timeout when webrtcAdditionalHosts is filled with existing IP #3835

Merged
merged 1 commit into from
Oct 6, 2024

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Oct 6, 2024

When an IP in webrtcAdditionalHosts is already present in the candidate list because webrtcIPsFromInterfaces is set to true (default), peer connection fails to establish. This is fixed.

Copy link

codecov bot commented Oct 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 56.03%. Comparing base (c716947) to head (84b1067).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3835      +/-   ##
==========================================
+ Coverage   56.02%   56.03%   +0.01%     
==========================================
  Files         194      194              
  Lines       19479    19479              
==========================================
+ Hits        10914    10916       +2     
+ Misses       7728     7726       -2     
  Partials      837      837              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

…ith existing IP

When an IP in webrtcAdditionalHosts is already present in the candidate
list because webrtcIPsFromInterfaces is set to true (default), peer
connection fails to establish. This is fixed.
@aler9 aler9 merged commit ca44582 into main Oct 6, 2024
8 checks passed
@aler9 aler9 deleted the fix/webrtc-add branch October 6, 2024 12:03
Copy link
Contributor

github-actions bot commented Oct 7, 2024

This issue is mentioned in release v1.9.2 🚀
Check out the entire changelog by clicking here

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.

1 participant