[mirotalksfu] - fix typo
هذا الالتزام موجود في:
@@ -1597,7 +1597,6 @@ function setParticipantsTippy(peers) {
|
|||||||
setTippy('sendMessageToAll', 'Send message to all', 'top');
|
setTippy('sendMessageToAll', 'Send message to all', 'top');
|
||||||
setTippy('sendYouTubeAll', 'Share YouTube to all', 'top');
|
setTippy('sendYouTubeAll', 'Share YouTube to all', 'top');
|
||||||
setTippy('ejectAllButton', 'Eject all participants', 'top');
|
setTippy('ejectAllButton', 'Eject all participants', 'top');
|
||||||
}
|
|
||||||
//
|
//
|
||||||
for (let peer of Array.from(peers.keys())) {
|
for (let peer of Array.from(peers.keys())) {
|
||||||
let peer_info = peers.get(peer).peer_info;
|
let peer_info = peers.get(peer).peer_info;
|
||||||
@@ -1610,6 +1609,7 @@ function setParticipantsTippy(peers) {
|
|||||||
setTippy(peer_id + '___pEject', 'Eject', 'top');
|
setTippy(peer_id + '___pEject', 'Eject', 'top');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function refreshParticipantsCount(count) {
|
function refreshParticipantsCount(count) {
|
||||||
participantsTitle.innerHTML = `<i class="fas fa-users"></i> Participants ( ${count} )`;
|
participantsTitle.innerHTML = `<i class="fas fa-users"></i> Participants ( ${count} )`;
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم