fishjam-dev / fishjam

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

[RTC-547] Redirect websockets messages #211

Closed Rados13 closed 3 months ago

Rados13 commented 3 months ago

Acknowledging the stipulations set forth:

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 85.06%. Comparing base (09dd6a1) to head (5941039).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #211 +/- ## ========================================== - Coverage 85.28% 85.06% -0.23% ========================================== Files 83 84 +1 Lines 1638 1667 +29 ========================================== + Hits 1397 1418 +21 - Misses 241 249 +8 ``` | [Files](https://app.codecov.io/gh/fishjam-dev/fishjam/pull/211?dropdown=coverage&src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fishjam-dev) | Coverage Δ | | |---|---|---| | [lib/fishjam/cluster/room.ex](https://app.codecov.io/gh/fishjam-dev/fishjam/pull/211?src=pr&el=tree&filepath=lib%2Ffishjam%2Fcluster%2Froom.ex&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fishjam-dev#diff-bGliL2Zpc2hqYW0vY2x1c3Rlci9yb29tLmV4) | `80.00% <100.00%> (+13.33%)` | :arrow_up: | | [lib/fishjam/peer.ex](https://app.codecov.io/gh/fishjam-dev/fishjam/pull/211?src=pr&el=tree&filepath=lib%2Ffishjam%2Fpeer.ex&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fishjam-dev#diff-bGliL2Zpc2hqYW0vcGVlci5leA==) | `80.00% <ø> (ø)` | | | [lib/fishjam/room/state.ex](https://app.codecov.io/gh/fishjam-dev/fishjam/pull/211?src=pr&el=tree&filepath=lib%2Ffishjam%2Froom%2Fstate.ex&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fishjam-dev#diff-bGliL2Zpc2hqYW0vcm9vbS9zdGF0ZS5leA==) | `88.69% <100.00%> (+0.34%)` | :arrow_up: | | [lib/fishjam\_web/peer\_socket\_handler.ex](https://app.codecov.io/gh/fishjam-dev/fishjam/pull/211?src=pr&el=tree&filepath=lib%2Ffishjam_web%2Fpeer_socket_handler.ex&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fishjam-dev#diff-bGliL2Zpc2hqYW1fd2ViL3BlZXJfc29ja2V0X2hhbmRsZXIuZXg=) | `100.00% <100.00%> (ø)` | | | [lib/fishjam\_web/peer\_socket.ex](https://app.codecov.io/gh/fishjam-dev/fishjam/pull/211?src=pr&el=tree&filepath=lib%2Ffishjam_web%2Fpeer_socket.ex&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fishjam-dev#diff-bGliL2Zpc2hqYW1fd2ViL3BlZXJfc29ja2V0LmV4) | `80.00% <80.00%> (-2.00%)` | :arrow_down: | | [lib/fishjam/local/room.ex](https://app.codecov.io/gh/fishjam-dev/fishjam/pull/211?src=pr&el=tree&filepath=lib%2Ffishjam%2Flocal%2Froom.ex&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fishjam-dev#diff-bGliL2Zpc2hqYW0vbG9jYWwvcm9vbS5leA==) | `79.26% <43.75%> (-3.96%)` | :arrow_down: | ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/fishjam-dev/fishjam/pull/211?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fishjam-dev). > **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=fishjam-dev) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/fishjam-dev/fishjam/pull/211?dropdown=coverage&src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fishjam-dev). Last update [09dd6a1...5941039](https://app.codecov.io/gh/fishjam-dev/fishjam/pull/211?dropdown=coverage&src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=fishjam-dev). 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=fishjam-dev).