fishjam-dev / membrane_rtc_engine

Customizable Real-time Communication Engine/SFU library focused on WebRTC.
Apache License 2.0
140 stars 11 forks source link

RTC-341 Differentiate simulcast and non-simulcast trakcs #317

Closed Rados13 closed 12 months ago

Rados13 commented 1 year ago

The main objective of this PR is to send information about tracks SimulcastConfig to WebRTC clients so they can identify which tracks are simulcast and which are not. It is related to this PR

codecov[bot] commented 1 year ago

Codecov Report

Merging #317 (d411349) into master (9e63df4) will increase coverage by 0.60%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master     #317      +/-   ##
==========================================
+ Coverage   52.02%   52.62%   +0.60%     
==========================================
  Files          38       38              
  Lines        1974     1978       +4     
==========================================
+ Hits         1027     1041      +14     
+ Misses        947      937      -10     
Files Changed Coverage Δ
engine/lib/membrane_rtc_engine/endpoint.ex 54.54% <0.00%> (+4.54%) :arrow_up:
webrtc/lib/webrtc/media_event.ex 21.05% <0.00%> (-1.81%) :arrow_down:
webrtc/lib/webrtc_endpoint.ex 0.00% <0.00%> (ø)

... and 4 files 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 9e63df4...d411349. Read the comment docs.