webrtc icon indicating copy to clipboard operation
webrtc copied to clipboard

Transceivers state change from inactive to active

Open zjzhang-cn opened this issue 2 years ago • 3 comments

Description

Reuse transceivers in remote peer。

In the existing RTC Transceivers, when the state of the remote transceiver changes from inactive to active, the state of the pion also needs to change from inactive to active。

Reference issue

Fixes #...

zjzhang-cn avatar Feb 25 '23 01:02 zjzhang-cn

Codecov Report

Patch coverage: 34.21% and project coverage change: -0.08 :warning:

Comparison is base (61f69be) 77.52% compared to head (cc4f788) 77.45%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2426      +/-   ##
==========================================
- Coverage   77.52%   77.45%   -0.08%     
==========================================
  Files          87       87              
  Lines        9294     9358      +64     
==========================================
+ Hits         7205     7248      +43     
- Misses       1654     1680      +26     
+ Partials      435      430       -5     
Flag Coverage Δ
go 79.19% <34.21%> (-0.10%) :arrow_down:
wasm 70.15% <ø> (ø)

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

Impacted Files Coverage Δ
peerconnection.go 76.99% <34.21%> (-1.11%) :arrow_down:

... and 86 files with indirect coverage changes

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

codecov[bot] avatar Feb 25 '23 01:02 codecov[bot]

Thank you for refining this, can you add a test case for this?

cnderrauber avatar Feb 28 '23 06:02 cnderrauber

Client peer cooperation is required.

zjzhang-cn avatar Mar 03 '23 05:03 zjzhang-cn