From 3554b8cfaf0e156215a84261d60ddd1a32d0cf41 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Tue, 15 Apr 2025 12:42:38 +0200 Subject: [PATCH] [mirotalksfu] - fix webhook config, update dep --- app/src/Server.js | 6 +++--- package.json | 6 +++--- public/js/Brand.js | 2 +- public/js/Room.js | 4 ++-- public/js/RoomClient.js | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/src/Server.js b/app/src/Server.js index a4cb64ca..6be4d8da 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.17 + * @version 1.8.18 * */ @@ -197,8 +197,8 @@ if (sentryEnabled) { // Handle WebHook const webhook = { - enabled: config?.webhook?.enabled || false, - url: config?.webhook?.url || 'http://localhost:8888/webhook-endpoint', + enabled: config?.integrations?.webhook?.enabled || false, + url: config?.integrations?.webhook?.url || 'http://localhost:8888/webhook-endpoint', }; // Discord Bot diff --git a/package.json b/package.json index ede84253..445f830f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.8.17", + "version": "1.8.18", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { @@ -58,7 +58,7 @@ }, "dependencies": { "@mattermost/client": "10.6.0", - "@ngrok/ngrok": "1.4.1", + "@ngrok/ngrok": "1.5.0", "@sentry/node": "^9.12.0", "axios": "^1.8.4", "chokidar": "^4.0.3", @@ -81,7 +81,7 @@ "mediasoup": "3.15.7", "mediasoup-client": "3.9.5", "nodemailer": "^6.10.1", - "openai": "^4.93.0", + "openai": "^4.94.0", "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 3d82732c..dcd6db86 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.17', + title: 'WebRTC SFU v1.8.18', html: `