webrtc
webrtc copied to clipboard
Transceivers state change from inactive to active
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 #...
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: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Thank you for refining this, can you add a test case for this?
Client peer cooperation is required.