(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:
lebaudantoine
2024-08-12 09:31:39 +02:00
committed by aleb_the_flash
parent 3541af5992
commit e6a15e36b4
4 changed files with 81 additions and 3 deletions
+5 -1
View File
@@ -29,7 +29,11 @@
"shareScreen": "",
"stopScreenShare": "",
"chat": "",
"leave": ""
"leave": "",
"participants": {
"open": "",
"closed": ""
}
},
"options": {
"buttonLabel": "",