[mirotalksfu] - fix typo

هذا الالتزام موجود في:
Miroslav Pejic
2021-10-03 10:16:52 +02:00
الأصل 1d41495b19
التزام d9082c8ac0

عرض الملف

@@ -992,10 +992,10 @@ class RoomClient {
p.innerHTML = '👤 ' + peer_name + (remotePeer ? '' : ' (me) ');
b = document.createElement('button');
b.id = peer_id + '__audio';
b.className = peer_audio ? html.audioOn : html.audioOff;
h = document.createElement('i');
h.id = peer_info.peer_id + '__hand';
h.className = 'fas fa-hand-paper pulsate';
b.className = peer_audio ? html.audioOn : html.audioOff;
d.appendChild(i);
d.appendChild(p);
d.appendChild(b);