From efc6abd1a54e94a3927008aacf5ea80881254db0 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 22 Jun 2022 20:36:56 +0200 Subject: [PATCH] [mirotalksfu] - update dep. --- app/src/config.template.js | 4 +++- package.json | 2 +- public/css/VideoGrid.css | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/src/config.template.js b/app/src/config.template.js index 2d1feac5..9fd6c27f 100644 --- a/app/src/config.template.js +++ b/app/src/config.template.js @@ -132,8 +132,10 @@ module.exports = { announcedIp: getLocalIp(), // replace by public static IP address https://api.ipify.org }, ], - maxIncomingBitrate: 1500000, initialAvailableOutgoingBitrate: 1000000, + minimumAvailableOutgoingBitrate: 600000, + maxSctpMessageSize: 262144, + maxIncomingBitrate: 1500000, }, }, }; diff --git a/package.json b/package.json index 0738b08b..79635f42 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "crypto-js": "^4.1.1", "express": "4.18.1", "httpolyglot": "0.1.2", - "mediasoup": "3.9.17", + "mediasoup": "3.10.0", "mediasoup-client": "3.6.52", "ngrok": "4.3.1", "qs": "^6.10.5", diff --git a/public/css/VideoGrid.css b/public/css/VideoGrid.css index ca061268..5fb39afe 100644 --- a/public/css/VideoGrid.css +++ b/public/css/VideoGrid.css @@ -145,7 +145,7 @@ video { } video:hover { - opacity: 0.7; + opacity: 0.8; } video:fullscreen {