diff --git a/.env.template b/.env.template index 38d7d957..4d749189 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,5 @@ # ==================================================== -# MiroTalk P2P v.1.6.46 - Environment Configuration +# MiroTalk P2P v.1.6.47 - Environment Configuration # ==================================================== # App environment diff --git a/app/src/config.template.js b/app/src/config.template.js index 5e1cc287..ff4e834e 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -2,7 +2,7 @@ /** * ============================================== - * MiroTalk P2P v.1.6.46 - Configuration File + * MiroTalk P2P v.1.6.47 - Configuration File * ============================================== * * Branding and customizations require a license: @@ -138,6 +138,7 @@ module.exports = { showScreenBtn: true, // autodetected showRecordStreamBtn: true, showChatRoomBtn: true, + showParticipantsBtn: true, showCaptionRoomBtn: true, showRoomEmojiPickerBtn: true, showMyHandBtn: true, diff --git a/app/src/server.js b/app/src/server.js index 904dadc4..afb47e5c 100755 --- a/app/src/server.js +++ b/app/src/server.js @@ -45,7 +45,7 @@ dependencies: { * @license For commercial use or closed source, contact us at license.mirotalk@gmail.com or purchase directly from CodeCanyon * @license CodeCanyon: https://codecanyon.net/item/mirotalk-p2p-webrtc-realtime-video-conferences/38376661 * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.6.46 + * @version 1.6.47 * */ diff --git a/package-lock.json b/package-lock.json index 6a755a02..0d0edb85 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirotalk", - "version": "1.6.46", + "version": "1.6.47", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirotalk", - "version": "1.6.46", + "version": "1.6.47", "license": "AGPL-3.0", "dependencies": { "@mattermost/client": "11.1.0", diff --git a/package.json b/package.json index db46432d..f8ab19a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.6.46", + "version": "1.6.47", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { diff --git a/public/css/client.css b/public/css/client.css index bb8d3026..fe35a2d4 100755 --- a/public/css/client.css +++ b/public/css/client.css @@ -1270,16 +1270,28 @@ button { width: 90%; } + #bottomButtons { + gap: 0.3rem; + padding: 3px; + } #bottomButtons button { - width: 36px; - font-size: 1rem; + width: 38px; + font-size: 0.95rem; + padding: 8px; + margin: 0 1px; } } -@media screen and (max-width: 350px) { +@media screen and (max-width: 360px) { + #bottomButtons { + gap: 0.15rem; + padding: 2px; + } #bottomButtons button { - width: 30px; - font-size: 0.6rem; + width: 28px; + font-size: 0.65rem; + padding: 6px; + margin: 0 1px; } } diff --git a/public/js/brand.js b/public/js/brand.js index b1b166aa..76b6af49 100644 --- a/public/js/brand.js +++ b/public/js/brand.js @@ -77,7 +77,7 @@ let brand = { }, about: { imageUrl: '../images/mirotalk-logo.gif', - title: 'WebRTC P2P v1.6.46', + title: 'WebRTC P2P v1.6.47', html: ` +