Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failure to leave when the only remaining participants are hidden #537

Merged
merged 5 commits into from
Feb 20, 2024

Conversation

bgrozev
Copy link
Member

@bgrozev bgrozev commented Feb 19, 2024

  • ref: Inline conference.memberCount.
  • fix: Exclude hidden participants from muted/jigasi count.

Fixes failure to leave when the only remaining participants are hidden
(for example, a transcriber).
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0529453) 48.18% compared to head (7323325) 48.18%.

❗ Current head 7323325 differs from pull request most recent head 570cd80. Consider uploading reports for the commit 570cd80 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #537   +/-   ##
=========================================
  Coverage     48.18%   48.18%           
  Complexity      174      174           
=========================================
  Files            72       72           
  Lines          2117     2117           
  Branches        201      201           
=========================================
  Hits           1020     1020           
  Misses         1029     1029           
  Partials         68       68           
Files Coverage Δ
...n/org/jitsi/jibri/selenium/pageobjects/CallPage.kt 0.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 0529453...570cd80. Read the comment docs.

hidden and hiddenFromRecorder are independent. We don't have a case
where a participant is hidden, but not hidden from recorder, but we do
have a case where a participant is only hidden from the recorder.
damencho
damencho previously approved these changes Feb 20, 2024
@bgrozev bgrozev merged commit 2d3b5c1 into master Feb 20, 2024
1 of 2 checks passed
@damencho damencho deleted the fix-participant-counts branch February 20, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants