Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unbind stream for report interceptor #228

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Unbind stream for report interceptor #228

merged 1 commit into from
Jan 31, 2024

Conversation

cnderrauber
Copy link
Member

UnbindLocalStream for Sender
UnbindRemoteStream for Receiver

Copy link

codecov bot commented Jan 31, 2024

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 ⚠️
pkg/report/receiver_interceptor.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            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 Coverage Δ
go 79.71% <0.00%> (-0.05%) ⬇️
wasm 77.71% <0.00%> (+0.03%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -143,7 +143,7 @@ func (r *ReceiverInterceptor) BindRemoteStream(info *interceptor.StreamInfo, rea
}

// UnbindLocalStream is called when the Stream is removed. It can be used to clean up any data related to that track.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment needs to change.

UnbindLocalStream for Sender
UnbindRemoteStream for Receiver
@cnderrauber cnderrauber merged commit 5574fda into master Jan 31, 2024
13 of 14 checks passed
@cnderrauber cnderrauber deleted the fix_unbind branch January 31, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants