pion / interceptor

Pluggable RTP/RTCP processors for building real time communication
https://pion.ly/
MIT License
104 stars 51 forks source link

Unbind stream for report interceptor #228

Closed cnderrauber closed 5 months ago

cnderrauber commented 5 months ago

UnbindLocalStream for Sender UnbindRemoteStream for Receiver

codecov[bot] commented 5 months ago

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (d9d223e) 79.75% compared to head (284411c) 79.71%.

Files Patch % Lines
pkg/report/sender_interceptor.go 0.00% 2 Missing :warning:
pkg/report/receiver_interceptor.go 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #228 +/- ## ========================================== - Coverage 79.75% 79.71% -0.05% ========================================== Files 70 70 Lines 3789 3791 +2 ========================================== Hits 3022 3022 - Misses 633 635 +2 Partials 134 134 ``` | [Flag](https://app.codecov.io/gh/pion/interceptor/pull/228/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | Coverage Δ | | |---|---|---| | [go](https://app.codecov.io/gh/pion/interceptor/pull/228/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `79.71% <0.00%> (-0.05%)` | :arrow_down: | | [wasm](https://app.codecov.io/gh/pion/interceptor/pull/228/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion) | `77.71% <0.00%> (+0.03%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pion#carryforward-flags-in-the-pull-request-comment) to find out more.

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