[mirotalksfu] - update socket.io

هذا الالتزام موجود في:
Miroslav Pejic
2021-11-09 20:39:17 +01:00
الأصل 8b49abd16b
التزام 95c274a60a
2 ملفات معدلة مع 3 إضافات و3 حذوفات

عرض الملف

@@ -2209,7 +2209,7 @@ class RoomClient {
case 'eject':
if (peer_id === this.peer_id || broadcast) {
this.sound(action);
this.peerActionProgress(from_peer_name, 'Will eject you from the room after', 5000, action);
this.peerActionProgress(from_peer_name, 'Will eject you from the room', 5000, action);
}
break;
case 'mute':
@@ -2244,7 +2244,7 @@ class RoomClient {
Swal.fire({
allowOutsideClick: false,
background: swalBackground,
icon: 'success',
icon: action == 'eject' ? 'warning' : 'success',
title: tt,
text: msg,
timer: time,