mirror of
https://github.com/suitenumerique/meet.git
synced 2026-07-26 11:58:53 +00:00
e6a15e36b4
Introduced a button to manage the visibility of the participants list. Encountered refresh issues with the room context where the participant count in the room metadata does not update in real-time, causing discrepancies between the actual number of participants and the displayed count. To address this, I utilized the participants hook, which updates more frequently and ensures consistency.