From 5dd6f48779cfffd6010ef103954c340c06f2bee9 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 16 Feb 2023 14:03:29 +0100 Subject: [PATCH] [mirotalksfu] - update dep --- app/src/Server.js | 2 +- package.json | 4 ++-- public/js/Room.js | 2 +- public/js/RoomClient.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/Server.js b/app/src/Server.js index 6e995adf..eb5f9e80 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -37,7 +37,7 @@ 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.0.1 + * @version 1.0.2 * */ diff --git a/package.json b/package.json index f5756ab1..b71e15b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.0.1", + "version": "1.0.2", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { @@ -32,7 +32,7 @@ "crypto-js": "4.1.1", "express": "4.18.2", "httpolyglot": "0.1.2", - "mediasoup": "3.11.8", + "mediasoup": "3.11.9", "mediasoup-client": "3.6.80", "ngrok": "^3.4.1", "qs": "6.11.0", diff --git a/public/js/Room.js b/public/js/Room.js index 1dda7629..85a74dc3 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h * @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.0.1 + * @version 1.0.2 * */ diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index c1116419..13c86753 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -9,7 +9,7 @@ * @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.0.1 + * @version 1.0.2 * */