From 1a967292bf145d003ec68fe34975029737c371e1 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Fri, 1 Nov 2024 18:35:48 +0100 Subject: [PATCH] [mirotalksfu] - improvements --- app/src/Server.js | 2 +- package.json | 2 +- public/js/Room.js | 4 ++-- 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 11fe2e19..a621a6ab 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -55,7 +55,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.6.12 + * @version 1.6.13 * */ diff --git a/package.json b/package.json index 370dd21f..d09f2c1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.6.12", + "version": "1.6.13", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { diff --git a/public/js/Room.js b/public/js/Room.js index 9c774fdb..6a204aa6 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.6.12 + * @version 1.6.13 * */ @@ -4545,7 +4545,7 @@ function showAbout() { imageUrl: image.about, customClass: { image: 'img-about' }, position: 'center', - title: 'WebRTC SFU v1.6.12', + title: 'WebRTC SFU v1.6.13', html: `
diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index 9a5e85d4..c96dbfb8 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -3539,7 +3539,7 @@ class RoomClient { rc.sound('open'); show(videoBar); animateCSS(videoBar, 'fadeInDown'); - videoPlayer.style.border = '1px solid #2a7aef'; + if (participantsCount > 1) videoPlayer.style.border = '0.1px solid #2a7aef'; } else { animateCSS(videoBar, 'fadeOutUp').then((msg) => { hide(videoBar);