[mirotalksfu] - update ms cli
هذا الالتزام موجود في:
@@ -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.
|
||||
*/
|
||||
|
||||
المرجع في مشكلة جديدة
حظر مستخدم