fishjam-dev / membrane_rtc_engine

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

Broadcasting/remote endpoint #319

Closed blazpie closed 11 months ago

blazpie commented 1 year ago

PR adds Remote Endpoint designed to link two RTC Engines on different nodes, and enables to share room between jellyfish instances.

At the moment it's a WIP and contains:

  1. Creating remote endpoint (also linking with existing remote endpoint)
  2. Concept of communication between endpoints.

RE

codecov[bot] commented 1 year ago

Codecov Report

Merging #319 (429b62e) into master (d2c09f3) will decrease coverage by 0.06%. Report is 1 commits behind head on master. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #319      +/-   ##
==========================================
- Coverage   52.73%   52.68%   -0.06%     
==========================================
  Files          38       38              
  Lines        1974     1974              
==========================================
- Hits         1041     1040       -1     
- Misses        933      934       +1     

see 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 d2c09f3...429b62e. Read the comment docs.

blazpie commented 1 year ago

That's not a big deal but could we take more care of commit names? πŸ˜ƒ

And the other thing, looks like you committed build files and that's a big deal as my browser cannot handle so many changes πŸ˜ƒ

That's not a big deal but could we take more care of commit names? πŸ˜ƒ

And the other thing, looks like you committed build files and that's a big deal as my browser cannot handle so many changes πŸ˜ƒ

I've squashed commits and removed build files (I've got no idea how they get there as they're not related with my work)

mickel8 commented 1 year ago

I've squashed commits and removed build files (I've got no idea how they get there as they're not related with my work)

Perfect!

mickel8 commented 11 months ago

I am closing as we changed our priorities