Skip to content

Add support for DTMF tones

43e7811
Select commit
Loading
Failed to load commit list.
Merged

Add support for receiving DTMF tones #215

Add support for DTMF tones
43e7811
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 29, 2025 in 0s

88.02% (-0.31%) compared to af0ab87

View this Pull Request on Codecov

88.02% (-0.31%) compared to af0ab87

Details

Codecov Report

Attention: Patch coverage is 65.62500% with 11 lines in your changes missing coverage. Please review.

Project coverage is 88.02%. Comparing base (af0ab87) to head (43e7811).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
lib/ex_webrtc/rtp/dtmf/depayloader.ex 57.14% 6 Missing ⚠️
lib/ex_webrtc/rtp_receiver.ex 75.00% 3 Missing ⚠️
lib/ex_webrtc/peer_connection.ex 0.00% 1 Missing ⚠️
lib/ex_webrtc/rtp_transceiver.ex 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #215      +/-   ##
==========================================
- Coverage   88.33%   88.02%   -0.31%     
==========================================
  Files          49       50       +1     
  Lines        2598     2623      +25     
==========================================
+ Hits         2295     2309      +14     
- Misses        303      314      +11     
Files with missing lines Coverage Δ
lib/ex_webrtc/rtp/depayloader.ex 100.00% <100.00%> (ø)
lib/ex_webrtc/rtp/g711/depayloader.ex 100.00% <ø> (ø)
lib/ex_webrtc/rtp/g711/payloader.ex 100.00% <ø> (ø)
lib/ex_webrtc/rtp/opus/depayloader.ex 100.00% <ø> (ø)
lib/ex_webrtc/rtp/opus/payloader.ex 100.00% <ø> (ø)
lib/ex_webrtc/peer_connection.ex 86.65% <0.00%> (ø)
lib/ex_webrtc/rtp_transceiver.ex 91.04% <75.00%> (-0.46%) ⬇️
lib/ex_webrtc/rtp_receiver.ex 76.92% <75.00%> (-1.13%) ⬇️
lib/ex_webrtc/rtp/dtmf/depayloader.ex 57.14% <57.14%> (ø)

... and 1 file with indirect coverage changes


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 af0ab87...43e7811. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.