[mirotalksfu] - update socket.io

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

عرض الملف

@@ -23,7 +23,7 @@
"mediasoup": "3.9.1",
"mediasoup-client": "3.6.43",
"ngrok": "4.2.2",
"socket.io": "4.2.0",
"socket.io": "4.3.2",
"swagger-ui-express": "4.1.6",
"uuid": "8.3.2",
"yamljs": "0.3.0"

عرض الملف

@@ -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,