[mirotalksfu] - #137 fix 4 broadcasting

هذا الالتزام موجود في:
Miroslav Pejic
2023-12-07 10:48:18 +01:00
الأصل 321d1c11d1
التزام fb7f04be4d
3 ملفات معدلة مع 52 إضافات و29 حذوفات

عرض الملف

@@ -3035,7 +3035,7 @@ async function saveRoomPeers() {
async function getRoomParticipants() {
const peers = await getRoomPeers();
const lists = await getParticipantsList(peers);
const lists = getParticipantsList(peers);
participantsCount = peers.size;
participantsList.innerHTML = lists;
refreshParticipantsCount(participantsCount, false);
@@ -3043,7 +3043,7 @@ async function getRoomParticipants() {
console.log('*** Refresh Chat participant lists ***');
}
async function getParticipantsList(peers) {
function getParticipantsList(peers) {
// CHAT-GPT
let li = `
<li