mirror of
https://github.com/suitenumerique/meet.git
synced 2026-08-28 11:16:58 +00:00
✨(frontend) create a control button for participants list
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.
This commit is contained in:
committed by
aleb_the_flash
parent
3541af5992
commit
e6a15e36b4
@@ -29,7 +29,11 @@
|
||||
"shareScreen": "",
|
||||
"stopScreenShare": "",
|
||||
"chat": "",
|
||||
"leave": ""
|
||||
"leave": "",
|
||||
"participants": {
|
||||
"open": "",
|
||||
"closed": ""
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"buttonLabel": "",
|
||||
|
||||
Reference in New Issue
Block a user