Skip to content

Participants error fix #137

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

OsuohaNnamdi
Copy link

@OsuohaNnamdi OsuohaNnamdi commented May 19, 2025

Problem
Participants list doesn't update when view is open during joins/leaves

CallActivity.kt

  • Initializes the horizontal participant list (RecyclerView)
  • Observes viewModel.participants Flow and updates UI on changes.
  • Configures the primary speaker view
  • Observes viewModel.primarySpeaker for active speaker changes.
  • Handles recording state (start/stop) and updates UI
  • Handles PIP mode transitions and hides/show UI elements

ParticipantsFragment.kt

  • Replaces the current participant list and triggers a UI refresh.
  • Binds participant data to each row
  • create the fragment with initial participant data.
  • Updates the adapter with new participant data and colors
  • Updates the in call participants with a header text

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.

1 participant