From 6e5f9512400f2288adcd3a1615aaa03cddaf5a5f Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 28 Feb 2025 23:06:29 +0100 Subject: [PATCH] [mirotalksfu] - fix typo --- app/src/Room.js | 4 ++-- app/src/Server.js | 2 +- package.json | 2 +- public/js/Brand.js | 2 +- public/js/Room.js | 4 ++-- public/js/RoomClient.js | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/src/Room.js b/app/src/Room.js index 5f948de4..5cde5d31 100644 --- a/app/src/Room.js +++ b/app/src/Room.js @@ -602,7 +602,7 @@ module.exports = class Room { transport_id: id, iceState: iceState, }); - peer.close(); + this.removePeer(socket_id); } }); @@ -621,7 +621,7 @@ module.exports = class Room { transport_id: id, dtlsState: dtlsState, }); - peer.close(); + this.removePeer(socket_id); } }); diff --git a/app/src/Server.js b/app/src/Server.js index a18d3880..73208068 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -58,7 +58,7 @@ dev dependencies: { * @license For commercial or closed source, contact us at license.mirotalk@gmail.com or purchase directly via CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-sfu-webrtc-realtime-video-conferences/40769970 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.7.62 + * @version 1.7.63 * */ diff --git a/package.json b/package.json index 82e1874e..d723f60c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.7.62", + "version": "1.7.63", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { diff --git a/public/js/Brand.js b/public/js/Brand.js index 73332517..de73dcc1 100644 --- a/public/js/Brand.js +++ b/public/js/Brand.js @@ -64,7 +64,7 @@ let BRAND = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC SFU v1.7.62', + title: 'WebRTC SFU v1.7.63', html: `