From 5486e8bc5a357634a6815ebcb165d0e4b5589892 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 3 Jun 2025 18:06:11 +0200 Subject: [PATCH] [mirotalksfu] - fix typo, update dep --- .env.template | 6 +++--- app/src/Server.js | 2 +- app/src/config.template.js | 6 +++--- package.json | 6 +++--- public/js/Brand.js | 2 +- public/js/Room.js | 4 ++-- public/js/RoomClient.js | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.env.template b/.env.template index cc3efd27..fb87a30a 100644 --- a/.env.template +++ b/.env.template @@ -92,9 +92,9 @@ OIDC_BASE_URL= # OIDC base URL es https://you OIDC_CLIENT_ID=clientID # OIDC client ID OIDC_CLIENT_SECRET=clientSecret # OIDC client secret OIDC_SECRET=mirotalksfu-oidc-secret # OIDC secret -OIDC_FORCE_USERNAME=true # Force the username to match OIDC email or name (true|false) -OIDC_EMAIL_AS_USERNAME=true # Set username as email from OIDC (true|false) -OIDC_NAME_AS_USERNAME=false # Set username as name from OIDC (true|false) +OIDC_USERNAME_FORCE=true # Force the username to match OIDC email or name (true|false) +OIDC_USERNAME_AS_EMAIL=true # Set username as email from OIDC (true|false) +OIDC_USERNAME_AS_NAME=false # Set username as name from OIDC (true|false) # Host protection HOST_PROTECTED=false # Enable host protection (true|false) diff --git a/app/src/Server.js b/app/src/Server.js index 49db5baa..d79e991d 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.58 + * @version 1.8.59 * */ diff --git a/app/src/config.template.js b/app/src/config.template.js index c3f6cc6f..4170bb98 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -328,9 +328,9 @@ module.exports = { // User identity requirements peer_name: { - force: process.env.OIDC_FORCE_USERNAME !== 'false', // Forces the username to match the OIDC email or name. If true, the user won't be able to change their name when joining a room - email: process.env.OIDC_EMAIL_AS_USERNAME !== 'false', // Uses the OIDC email as the username. - name: process.env.OIDC_NAME_AS_USERNAME === 'true', // Uses the OIDC name as the username + force: process.env.OIDC_USERNAME_FORCE !== 'false', // Forces the username to match the OIDC email or name. If true, the user won't be able to change their name when joining a room + email: process.env.OIDC_USERNAME_AS_EMAIL !== 'false', // Uses the OIDC email as the username. + name: process.env.OIDC_USERNAME_AS_NAME === 'true', // Uses the OIDC name as the username }, // Provider configuration diff --git a/package.json b/package.json index a8ac5905..78448b8c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.8.58", + "version": "1.8.59", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { @@ -61,7 +61,7 @@ "@aws-sdk/lib-storage": "^3.821.0", "@mattermost/client": "10.8.0", "@ngrok/ngrok": "1.5.1", - "@sentry/node": "^9.24.0", + "@sentry/node": "^9.25.1", "async-mutex": "^0.5.0", "axios": "^1.9.0", "chokidar": "^4.0.3", @@ -84,7 +84,7 @@ "mediasoup": "3.16.0", "mediasoup-client": "3.11.0", "nodemailer": "^7.0.3", - "openai": "^5.0.1", + "openai": "^5.0.2", "qs": "6.14.0", "sanitize-filename": "^1.6.3", "socket.io": "4.8.1", diff --git a/public/js/Brand.js b/public/js/Brand.js index 30372d9d..9fde85f8 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.58', + title: 'WebRTC SFU v1.8.59', html: `