diff --git a/app/src/Room.js b/app/src/Room.js index 6f68a4bd..605d20f1 100644 --- a/app/src/Room.js +++ b/app/src/Room.js @@ -823,6 +823,7 @@ module.exports = class Room { kind, type, transport_state: `ICE:${producerTransport.iceState}, DTLS:${producerTransport.dtlsState}`, + codecs: rtpParameters.codecs?.map((c) => c.mimeType) || [], }); return id; diff --git a/package.json b/package.json index 1fb9816d..cc6f8ff0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mirotalksfu", - "version": "1.8.72", + "version": "1.8.73", "description": "WebRTC SFU browser-based video calls", "main": "Server.js", "scripts": { @@ -81,8 +81,8 @@ "js-yaml": "^4.1.0", "jsdom": "^26.1.0", "jsonwebtoken": "^9.0.2", - "mediasoup": "3.16.0", - "mediasoup-client": "3.11.0", + "mediasoup": "3.16.2", + "mediasoup-client": "3.12.1", "nodemailer": "^7.0.3", "openai": "^5.8.2", "qs": "6.14.0", diff --git a/public/js/Brand.js b/public/js/Brand.js index 700792be..0742b704 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.72', + title: 'WebRTC SFU v1.8.73', html: `