diff --git a/README.md b/README.md index 1c0a705a..7ed1881d 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ - Compatible with desktop and mobile devices. - Optimized mobile room URL sharing. - Webcam streaming with front and rear camera support for mobile devices. -- Virtual Background and Blur Support! +- Virtual Background and Blur Support: Upload from file, URL, or drag & drop! - Broadcasting, distribution of audio or video content to a wide audience. - Crystal-clear audio streaming with speaking detection and volume indicators. - Screen sharing for presentations. diff --git a/public/js/Room.js b/public/js/Room.js index 32190116..a7962772 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.7.36 + * @version 1.7.45 * */ @@ -5235,7 +5235,7 @@ function showAbout() { position: 'center', imageUrl: BRAND.about?.imageUrl && BRAND.about.imageUrl.trim() !== '' ? BRAND.about.imageUrl : image.about, customClass: { image: 'img-about' }, - title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.7.36', + title: BRAND.about?.title && BRAND.about.title.trim() !== '' ? BRAND.about.title : 'WebRTC SFU v1.7.45', html: `