[mirotalksfu] - update socket.io

main
Miroslav Pejic 5 years ago
parent 8b49abd16b
commit 95c274a60a

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

Loading…
Cancel
Save