[mirotalksfu] - improvements

هذا الالتزام موجود في:
Miroslav Pejic
2024-11-01 18:35:48 +01:00
الأصل c380d29111
التزام 1a967292bf
4 ملفات معدلة مع 5 إضافات و5 حذوفات

عرض الملف

@@ -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: `
<br />
<div id="about">

عرض الملف

@@ -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);