jitsi / jigasi

Jigasi: a server-side application acting as a gateway to Jitsi Meet conferences. Currently allows regular SIP clients to join meetings and provides transcription capabilities.
Apache License 2.0
515 stars 291 forks source link

feat: New dropped media stat. #493

Closed damencho closed 10 months ago

damencho commented 10 months ago

Count all occurrences when we have a pause in receiving media.

codecov[bot] commented 10 months ago

Codecov Report

Merging #493 (abcdd84) into master (a2ae1b0) will decrease coverage by 0.09%. Report is 2 commits behind head on master. The diff coverage is 15.38%.

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/jitsi/jigasi/pull/493/graphs/tree.svg?width=650&height=150&src=pr&token=bRTGRUW8Sz&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi)](https://app.codecov.io/gh/jitsi/jigasi/pull/493?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi) ```diff @@ Coverage Diff @@ ## master #493 +/- ## ============================================ - Coverage 22.18% 22.10% -0.09% + Complexity 286 285 -1 ============================================ Files 68 68 Lines 5819 5827 +8 Branches 787 788 +1 ============================================ - Hits 1291 1288 -3 - Misses 4305 4315 +10 - Partials 223 224 +1 ``` | [Files Changed](https://app.codecov.io/gh/jitsi/jigasi/pull/493?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi) | Coverage Δ | | |---|---|---| | [.../main/java/org/jitsi/jigasi/SipGatewaySession.java](https://app.codecov.io/gh/jitsi/jigasi/pull/493?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-c3JjL21haW4vamF2YS9vcmcvaml0c2kvamlnYXNpL1NpcEdhdGV3YXlTZXNzaW9uLmphdmE=) | `45.41% <0.00%> (-0.10%)` | :arrow_down: | | [...va/org/jitsi/jigasi/transcription/Participant.java](https://app.codecov.io/gh/jitsi/jigasi/pull/493?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-c3JjL21haW4vamF2YS9vcmcvaml0c2kvamlnYXNpL3RyYW5zY3JpcHRpb24vUGFydGljaXBhbnQuamF2YQ==) | `0.00% <0.00%> (ø)` | | | [...c/main/java/org/jitsi/jigasi/stats/Statistics.java](https://app.codecov.io/gh/jitsi/jigasi/pull/493?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi#diff-c3JjL21haW4vamF2YS9vcmcvaml0c2kvamlnYXNpL3N0YXRzL1N0YXRpc3RpY3MuamF2YQ==) | `40.50% <40.00%> (-0.79%)` | :arrow_down: | ... and [3 files with indirect coverage changes](https://app.codecov.io/gh/jitsi/jigasi/pull/493/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi) ------ [Continue to review full report in Codecov by Sentry](https://app.codecov.io/gh/jitsi/jigasi/pull/493?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi). > **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=jitsi) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://app.codecov.io/gh/jitsi/jigasi/pull/493?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi). Last update [da5c9ae...abcdd84](https://app.codecov.io/gh/jitsi/jigasi/pull/493?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=jitsi). 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=jitsi).