webrtc-rs / webrtc

A pure Rust implementation of WebRTC
https://webrtc.rs
Apache License 2.0
3.95k stars 347 forks source link

- Fix add_track to re-use existing transceivers with the same track_id #576

Closed jeremy-prater closed 1 month ago

jeremy-prater commented 1 month ago

I had fixed this previously, but it seems that the sender.id() is not the same as the track.id()

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.57%. Comparing base (f9734b7) to head (793959a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #576 +/- ## ======================================= Coverage 61.57% 61.57% ======================================= Files 532 532 Lines 48940 48940 Branches 12318 12328 +10 ======================================= Hits 30135 30135 + Misses 9590 9589 -1 - Partials 9215 9216 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.