[mirotalksfu] - update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-11-11 19:19:24 +01:00
الأصل 43b54232c7
التزام 9f99c4f4d3
4 ملفات معدلة مع 8 إضافات و8 حذوفات

عرض الملف

@@ -553,7 +553,7 @@ module.exports = class Room {
throw new Error('Create WebRtc Transport failed!');
}
const { id, iceParameters, iceCandidates, dtlsParameters } = transport;
const { id, type, iceParameters, iceCandidates, dtlsParameters } = transport;
if (maxIncomingBitrate) {
try {
@@ -565,7 +565,7 @@ module.exports = class Room {
peer.addTransport(transport);
log.debug('Transport created', { transportId: id });
log.debug('Transport created', { transportId: id, transportType: type });
const { peer_name } = peer;

عرض الملف

@@ -55,7 +55,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.6.32
* @version 1.6.33
*
*/

عرض الملف

@@ -1,6 +1,6 @@
{
"name": "mirotalksfu",
"version": "1.6.32",
"version": "1.6.33",
"description": "WebRTC SFU browser-based video calls",
"main": "Server.js",
"scripts": {
@@ -57,7 +57,7 @@
"node": ">=18"
},
"dependencies": {
"@mattermost/client": "^10.0.0",
"@mattermost/client": "^10.1.0",
"@sentry/node": "^8.37.1",
"axios": "^1.7.7",
"colors": "1.4.0",
@@ -65,7 +65,7 @@
"cors": "2.8.5",
"crypto-js": "4.2.0",
"discord.js": "^14.16.3",
"dompurify": "^3.1.7",
"dompurify": "^3.2.0",
"express": "4.21.1",
"express-openid-connect": "^2.17.1",
"fluent-ffmpeg": "^2.1.3",

عرض الملف

@@ -11,7 +11,7 @@ if (location.href.substr(0, 5) !== 'https') location.href = 'https' + location.h
* @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.6.32
* @version 1.6.33
*
*/
@@ -4614,7 +4614,7 @@ function showAbout() {
imageUrl: image.about,
customClass: { image: 'img-about' },
position: 'center',
title: 'WebRTC SFU v1.6.32',
title: 'WebRTC SFU v1.6.33',
html: `
<br />
<div id="about">