[mirotalksfu] - update ms. cli

هذا الالتزام موجود في:
Miroslav Pejic
2023-01-27 12:54:52 +01:00
الأصل dc644655ff
التزام 0d7f43e129
2 ملفات معدلة مع 4 إضافات و4 حذوفات

عرض الملف

@@ -31,7 +31,7 @@
"express": "4.18.2",
"httpolyglot": "0.1.2",
"mediasoup": "3.11.7",
"mediasoup-client": "3.6.71",
"mediasoup-client": "3.6.72",
"ngrok": "4.3.3",
"qs": "6.11.0",
"@sentry/node": "7.33.0",

عرض الملف

@@ -7115,7 +7115,7 @@
sendingRtpParameters.codecs[0].mimeType.toLowerCase() === 'video/h264')
) {
for (const encoding of sendingRtpParameters.encodings) {
encoding.scalabilityMode = 'S1T3';
encoding.scalabilityMode = 'S1T2';
}
}
this._remoteSdp.send({
@@ -8235,7 +8235,7 @@
sendingRtpParameters.codecs[0].mimeType.toLowerCase() === 'video/h264')
) {
for (const encoding of sendingRtpParameters.encodings) {
encoding.scalabilityMode = 'S1T3';
encoding.scalabilityMode = 'S1T2';
}
}
this._remoteSdp.send({
@@ -12622,7 +12622,7 @@
/**
* Expose mediasoup-client version.
*/
exports.version = '3.6.71';
exports.version = '3.6.72';
/**
* Expose parseScalabilityMode() function.
*/