webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

Add an RTX-associated TrackLocal

Open kevmo314 opened this issue 1 year ago • 1 comments

Description

Exposes the TrackLocal that has been configured as the RTX track.

Note: This PR is missing the actual transmission part and only exposes the configured RTX track. Working on that part next.

Reference issue

See https://github.com/pion/webrtc/pull/2592

kevmo314 avatar Aug 03 '24 20:08 kevmo314

Codecov Report

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

Project coverage is 65.11%. Comparing base (661a92f) to head (6e00d5a).

:exclamation: There is a different number of reports uploaded between BASE (661a92f) and HEAD (6e00d5a). Click for more details.

HEAD has 2 uploads less than BASE
Flag BASE (661a92f) HEAD (6e00d5a)
go 2 0
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #2852       +/-   ##
===========================================
- Coverage   79.04%   65.11%   -13.94%     
===========================================
  Files          89       67       -22     
  Lines        8477     3262     -5215     
===========================================
- Hits         6701     2124     -4577     
+ Misses       1292     1011      -281     
+ Partials      484      127      -357     
Flag Coverage Δ
go ?
wasm 65.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

codecov[bot] avatar Aug 03 '24 20:08 codecov[bot]

Thank you @kevmo314! I cherry picked things and continuing it here https://github.com/pion/webrtc/pull/2676

Sean-Der avatar Oct 03 '24 05:10 Sean-Der