From 11bfcaacec2598cf1b520d8f43ce0c009f9f954c Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 3 Dec 2025 11:00:39 +0100 Subject: [PATCH] [mirotalk] - move participants cmd --- .env.template | 2 +- app/src/config.template.js | 2 +- app/src/server.js | 2 +- package-lock.json | 12 ++++----- package.json | 4 +-- public/js/brand.js | 2 +- public/js/client.js | 47 +++++++++++++++++++++++++------- public/views/client.html | 55 ++++++++++++++++++++++++++++---------- 8 files changed, 90 insertions(+), 36 deletions(-) diff --git a/.env.template b/.env.template index cdec4f41..65e71f3a 100644 --- a/.env.template +++ b/.env.template @@ -1,5 +1,5 @@ # ==================================================== -# MiroTalk P2P v.1.6.67 - Environment Configuration +# MiroTalk P2P v.1.6.68 - Environment Configuration # ==================================================== # App environment diff --git a/app/src/config.template.js b/app/src/config.template.js index e253bd31..05a789f6 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -2,7 +2,7 @@ /** * ============================================== - * MiroTalk P2P v.1.6.67 - Configuration File + * MiroTalk P2P v.1.6.68 - Configuration File * ============================================== * * Branding and customizations require a license: diff --git a/app/src/server.js b/app/src/server.js index 37a4f06e..6fc14e08 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.67 + * @version 1.6.68 * */ diff --git a/package-lock.json b/package-lock.json index 4d3c4bb1..aeaaed1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mirotalk", - "version": "1.6.67", + "version": "1.6.68", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "mirotalk", - "version": "1.6.67", + "version": "1.6.68", "license": "AGPL-3.0", "dependencies": { "@mattermost/client": "11.1.0", @@ -40,7 +40,7 @@ "mocha": "^11.7.5", "node-fetch": "^3.3.2", "nodemon": "^3.1.11", - "prettier": "3.7.3", + "prettier": "3.7.4", "proxyquire": "^2.1.3", "should": "^13.2.3", "sinon": "^21.0.0" @@ -5289,9 +5289,9 @@ } }, "node_modules/prettier": { - "version": "3.7.3", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.3.tgz", - "integrity": "sha512-QgODejq9K3OzoBbuyobZlUhznP5SKwPqp+6Q6xw6o8gnhr4O85L2U915iM2IDcfF2NPXVaM9zlo9tdwipnYwzg==", + "version": "3.7.4", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.7.4.tgz", + "integrity": "sha512-v6UNi1+3hSlVvv8fSaoUbggEM5VErKmmpGA7Pl3HF8V6uKY7rvClBOJlH6yNwQtfTueNkGVpOv/mtWL9L4bgRA==", "dev": true, "license": "MIT", "bin": { diff --git a/package.json b/package.json index 07077eb9..41f5e3b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalk", - "version": "1.6.67", + "version": "1.6.68", "description": "A free WebRTC browser-based video call", "main": "server.js", "scripts": { @@ -72,7 +72,7 @@ "mocha": "^11.7.5", "node-fetch": "^3.3.2", "nodemon": "^3.1.11", - "prettier": "3.7.3", + "prettier": "3.7.4", "proxyquire": "^2.1.3", "should": "^13.2.3", "sinon": "^21.0.0" diff --git a/public/js/brand.js b/public/js/brand.js index 551b3541..5853b50a 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.67', + title: 'WebRTC P2P v1.6.68', html: ` + + @@ -374,9 +415,6 @@ access to use this app. - @@ -641,17 +679,6 @@ access to use this app.

-
-
-
- - - - - -