algesten / str0m

A Sans I/O WebRTC implementation in Rust.
MIT License
317 stars 49 forks source link

fix: nominate "valid" local candidate #526

Closed thomaseizinger closed 1 month ago

thomaseizinger commented 3 months ago

A showcase for a potential fix for #525. I couldn't think of how to write a test for this because the NominatedSend event only contains the local address to send from which is the same for host and srflx candidates.

Fixes: #525.