diff --git a/app/src/Server.js b/app/src/Server.js index cf2ec393..3592bd20 100644 --- a/app/src/Server.js +++ b/app/src/Server.js @@ -64,7 +64,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.8.09 + * @version 1.8.10 * */ diff --git a/package.json b/package.json index 78fe1787..aa285144 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.8.09", + "version": "1.8.10", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { diff --git a/public/css/Room.css b/public/css/Room.css index 6a0fb494..74775b0c 100644 --- a/public/css/Room.css +++ b/public/css/Room.css @@ -463,6 +463,34 @@ body { align-items: center; } +#qrRoomPopupContainer { + z-index: 9999; + position: fixed; + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + padding: 10px; + background: var(--body-bg); + border: var(--border); + border-radius: var(--border-radius); + box-shadow: var(--box-shadow); +} + +#qrText { + margin-top: 10px; + color: #fff; + font-size: 16px; + font-weight: bold; + text-align: center; + width: 100%; +} + +#qrRoomPopup { + width: 256px; + height: 256px; +} + /*-------------------------------------------------------------- # My settings --------------------------------------------------------------*/ @@ -1339,6 +1367,13 @@ select { display: block !important; } +.top-center { + position: fixed; + top: 10px; + left: 50%; + transform: translateX(-50%); +} + .center { position: fixed; top: 50%; diff --git a/public/js/Brand.js b/public/js/Brand.js index fd52fed3..9dad2f80 100644 --- a/public/js/Brand.js +++ b/public/js/Brand.js @@ -64,7 +64,7 @@ let BRAND = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC SFU v1.8.09', + title: 'WebRTC SFU v1.8.10', html: `