fishjam-dev / fishjam

General purpose media server. Supports WebRTC, HLS, RTSP, SIP
https://fishjam-dev.github.io/fishjam-docs/
Apache License 2.0
199 stars 14 forks source link

Add enforcing video codec for each room #52

Closed Karolk99 closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Merging #52 (bff5e0b) into main (d1e8635) will decrease coverage by 2.44%. The diff coverage is 70.58%.

@@            Coverage Diff             @@
##             main      #52      +/-   ##
==========================================
- Coverage   88.59%   86.16%   -2.44%     
==========================================
  Files          32       32              
  Lines         412      448      +36     
==========================================
+ Hits          365      386      +21     
- Misses         47       62      +15     
Impacted Files Coverage Δ
lib/jellyfish/component.ex 100.00% <ø> (ø)
lib/jellyfish/component/hls.ex 100.00% <ø> (ø)
lib/jellyfish/peer.ex 100.00% <ø> (ø)
lib/jellyfish_web/api_spec/room.ex 100.00% <ø> (ø)
lib/jellyfish/peer/webrtc.ex 46.15% <25.00%> (-33.85%) :arrow_down:
lib/jellyfish_web/server_socket.ex 77.61% <66.66%> (-1.43%) :arrow_down:
lib/jellyfish/room_service.ex 93.75% <94.73%> (-0.99%) :arrow_down:
lib/jellyfish/room.ex 81.37% <100.00%> (+0.56%) :arrow_up:
lib/jellyfish_web/controllers/room_controller.ex 100.00% <100.00%> (ø)

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 d1e8635...bff5e0b. Read the comment docs.