elixir-webrtc / ex_webrtc

An Elixir implementation of the W3C WebRTC API
Apache License 2.0
269 stars 8 forks source link

Add support for RTCP Sender Reports #78

Closed LVala closed 4 months ago

LVala commented 4 months ago

This PR adds RTPSender.ReportRecorder module, akin to RTPReceiver.ReportRecorder and PeerConnection.TWCCRecorder.

codecov[bot] commented 4 months ago

Codecov Report

Merging #78 (14e791a) into master (682c434) will increase coverage by 0.16%. Report is 1 commits behind head on master. The diff coverage is 96.42%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #78 +/- ## ========================================== + Coverage 88.43% 88.60% +0.16% ========================================== Files 29 30 +1 Lines 1306 1334 +28 ========================================== + Hits 1155 1182 +27 - Misses 151 152 +1 ``` | [Files](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc) | Coverage Δ | | |---|---|---| | [lib/ex\_webrtc/rtp\_sender/report\_recorder.ex](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/78?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc#diff-bGliL2V4X3dlYnJ0Yy9ydHBfc2VuZGVyL3JlcG9ydF9yZWNvcmRlci5leA==) | `96.42% <96.42%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/78?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/78?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). Last update [682c434...14e791a](https://app.codecov.io/gh/elixir-webrtc/ex_webrtc/pull/78?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=elixir-webrtc).