[mirotalksfu] - update ms cli

هذا الالتزام موجود في:
Miroslav Pejic
2023-02-15 13:44:23 +01:00
الأصل d844649c74
التزام de77364241
2 ملفات معدلة مع 6 إضافات و6 حذوفات

عرض الملف

@@ -33,7 +33,7 @@
"express": "4.18.2",
"httpolyglot": "0.1.2",
"mediasoup": "3.11.8",
"mediasoup-client": "3.6.78",
"mediasoup-client": "3.6.79",
"ngrok": "^3.4.1",
"qs": "6.11.0",
"socket.io": "4.6.0",

عرض الملف

@@ -7206,11 +7206,11 @@
) {
for (const encoding of sendingRtpParameters.encodings) {
if (encoding.scalabilityMode) {
encoding.scalabilityMode = `S1T${layers.temporalLayers}`;
encoding.scalabilityMode = `L1T${layers.temporalLayers}`;
} else {
// By default Chrome enables 2 temporal layers (not in all OS but
// anyway).
encoding.scalabilityMode = 'S1T2';
encoding.scalabilityMode = 'L1T2';
}
}
}
@@ -8351,10 +8351,10 @@
) {
for (const encoding of sendingRtpParameters.encodings) {
if (encoding.scalabilityMode) {
encoding.scalabilityMode = `S1T${layers.temporalLayers}`;
encoding.scalabilityMode = `L1T${layers.temporalLayers}`;
} else {
// By default Firefox enables 2 temporal layers.
encoding.scalabilityMode = 'S1T2';
encoding.scalabilityMode = 'L1T2';
}
}
}
@@ -12833,7 +12833,7 @@
/**
* Expose mediasoup-client version.
*/
exports.version = '3.6.78';
exports.version = '3.6.79';
/**
* Expose parseScalabilityMode() function.
*/