webrtc-rs / webrtc

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

rtp_receiver: Get rid of fields already in internal #592

Closed haaspors closed 3 months ago

haaspors commented 3 months ago

No need to store kind and transport, as they are already stored by RTPReceiverInternal.

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 61.36%. Comparing base (40642c8) to head (255d775).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #592 +/- ## ========================================== - Coverage 61.36% 61.36% -0.01% ========================================== Files 532 532 Lines 49715 49715 Branches 12632 12617 -15 ========================================== - Hits 30508 30506 -2 - Misses 9866 9868 +2 Partials 9341 9341 ```

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