From 68fc63b6fff034b9487351a8ccb75bf51e0c276c Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 3 Jan 2024 17:28:18 +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 c6adcb08..ee3d80e2 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -40,7 +40,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.3.50 + * @version 1.3.51 * */ diff --git a/package.json b/package.json index cd60193e..92c7e9be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.3.50", + "version": "1.3.51", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { @@ -44,7 +44,7 @@ "crypto-js": "4.2.0", "express": "4.18.2", "httpolyglot": "0.1.2", - "mediasoup": "3.13.13", + "mediasoup": "3.13.14", "mediasoup-client": "3.7.1", "ngrok": "^4.3.3", "openai": "^4.24.1", diff --git a/public/js/Room.js b/public/js/Room.js index 836f3928..464ba434 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.3.50 + * @version 1.3.51 * */ diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index 0da8f5a8..2a0b9120 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.3.50 + * @version 1.3.51 * */