[mirotalksfu] - update dep
هذا الالتزام موجود في:
@@ -33,8 +33,8 @@
|
|||||||
"author": "Miroslav Pejic",
|
"author": "Miroslav Pejic",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sentry/integrations": "7.43.0",
|
"@sentry/integrations": "7.44.0",
|
||||||
"@sentry/node": "7.43.0",
|
"@sentry/node": "7.44.0",
|
||||||
"body-parser": "1.20.2",
|
"body-parser": "1.20.2",
|
||||||
"colors": "1.4.0",
|
"colors": "1.4.0",
|
||||||
"compression": "1.7.4",
|
"compression": "1.7.4",
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
"crypto-js": "4.1.1",
|
"crypto-js": "4.1.1",
|
||||||
"express": "4.18.2",
|
"express": "4.18.2",
|
||||||
"httpolyglot": "0.1.2",
|
"httpolyglot": "0.1.2",
|
||||||
"mediasoup": "3.11.13",
|
"mediasoup": "3.11.14",
|
||||||
"mediasoup-client": "3.6.82",
|
"mediasoup-client": "3.6.82",
|
||||||
"ngrok": "^4.3.3",
|
"ngrok": "^4.3.3",
|
||||||
"qs": "6.11.1",
|
"qs": "6.11.1",
|
||||||
@@ -54,6 +54,6 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"node-fetch": "^2.6.7",
|
"node-fetch": "^2.6.7",
|
||||||
"prettier": "2.8.4"
|
"prettier": "2.8.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -202,7 +202,7 @@ class RoomClient {
|
|||||||
this.debug = false;
|
this.debug = false;
|
||||||
this.debug ? window.localStorage.setItem('debug', 'mediasoup*') : window.localStorage.removeItem('debug');
|
this.debug ? window.localStorage.setItem('debug', 'mediasoup*') : window.localStorage.removeItem('debug');
|
||||||
|
|
||||||
console.log('06 ----> Load Mediasoup Client v', mediasoupClient.version);
|
console.log('06 ----> Load MediaSoup Client v', mediasoupClient.version);
|
||||||
console.log('06.1 ----> PEER_ID', this.peer_id);
|
console.log('06.1 ----> PEER_ID', this.peer_id);
|
||||||
|
|
||||||
Object.keys(_EVENTS).forEach(
|
Object.keys(_EVENTS).forEach(
|
||||||
@@ -1196,7 +1196,7 @@ class RoomClient {
|
|||||||
encodings = [
|
encodings = [
|
||||||
{
|
{
|
||||||
maxBitrate: 5000000,
|
maxBitrate: 5000000,
|
||||||
scalabilityMode: 'L3T3',
|
scalabilityMode: this.sharingScalabilityMode || 'L3T3',
|
||||||
dtx: true,
|
dtx: true,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
المرجع في مشكلة جديدة
حظر مستخدم