From 6368c4d8e80dc862240262faa3f2b8090408ed17 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 19 Jan 2025 20:15:25 +0100 Subject: [PATCH] [mirotalkbro] - enable viewers video --- app/server.js | 2 +- package.json | 2 +- public/js/config.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/server.js b/app/server.js index 9127fb0..fca7bf8 100644 --- a/app/server.js +++ b/app/server.js @@ -8,7 +8,7 @@ * @license For open source under AGPL-3.0 * @license For private project or commercial purposes contact us at: license.mirotalk@gmail.com * @author Miroslav Pejic - miroslav.pejic.85@gmail.com - * @version 1.1.09 + * @version 1.1.10 */ require('dotenv').config(); diff --git a/package.json b/package.json index 2fd5338..1ca583a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalkbro", - "version": "1.1.09", + "version": "1.1.10", "description": "P2P WebRTC audio, video and screen live broadcast", "main": "app/server.js", "scripts": { diff --git a/public/js/config.js b/public/js/config.js index af21d20..1787310 100644 --- a/public/js/config.js +++ b/public/js/config.js @@ -27,7 +27,7 @@ const broadcastSettings = { const viewerSettings = { buttons: { audio: true, - video: false, + video: true, snapshot: true, recordingStart: true, fullScreenOn: true,