Skip to content

Add stop_transceiver/2 #55

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

Merged
merged 4 commits into from
Jan 12, 2024
Merged

Add stop_transceiver/2 #55

merged 4 commits into from
Jan 12, 2024

Conversation

mickel8
Copy link
Member

@mickel8 mickel8 commented Jan 7, 2024

No description provided.

Copy link

codecov bot commented Jan 7, 2024

Codecov Report

Merging #55 (13beee9) into master (1154d15) will increase coverage by 0.01%.
The diff coverage is 92.51%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #55      +/-   ##
==========================================
+ Coverage   89.01%   89.02%   +0.01%     
==========================================
  Files          24       25       +1     
  Lines         965     1057      +92     
==========================================
+ Hits          859      941      +82     
- Misses        106      116      +10     
Files Coverage Δ
lib/ex_webrtc/rtp_transceiver.ex 97.33% <100.00%> (+0.72%) ⬆️
lib/ex_webrtc/sdp_utils.ex 90.16% <100.00%> (+1.46%) ⬆️
test/support/test_utils.ex 100.00% <100.00%> (ø)
lib/ex_webrtc/peer_connection.ex 88.43% <90.00%> (-1.06%) ⬇️

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1154d15...13beee9. Read the comment docs.

@mickel8 mickel8 mentioned this pull request Jan 7, 2024
63 tasks
Base automatically changed from tests to master January 8, 2024 10:45
@mickel8 mickel8 force-pushed the stop-transceiver branch 4 times, most recently from 7276db0 to 39cbf08 Compare January 8, 2024 17:51
@mickel8 mickel8 force-pushed the stop-transceiver branch 6 times, most recently from 11cf0ce to 72c80d6 Compare January 9, 2024 12:03
@mickel8 mickel8 marked this pull request as ready for review January 9, 2024 12:19
@mickel8 mickel8 requested a review from LVala January 9, 2024 12:19
Comment on lines +879 to +880
%RTPTransceiver{mid: nil} ->
false
Copy link
Member

Choose a reason for hiding this comment

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

We discussed a case when you created and immediately stopped a transceiver -- it won't be included in the initial offer and won't be removed when applying remote answer, which might be undesired.

Copy link
Member Author

Choose a reason for hiding this comment

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

IMO this is a bug but that's also how the borwser behaves so I left the comment with a link to the issue

@mickel8 mickel8 requested a review from LVala January 11, 2024 18:18
@LVala LVala merged commit 8bf58fa into master Jan 12, 2024
@LVala LVala deleted the stop-transceiver branch January 12, 2024 11:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants