@livedigital/client 3.31.0-decoder-issue-detector.1 → 3.31.0-decoder-issue-detector.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +3 -3
- package/dist/index.js +3 -3
- package/package.json +2 -2
- package/src/inversify.config.ts +0 -2
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@livedigital/client",
|
|
3
3
|
"author": "vlprojects",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "3.31.0-decoder-issue-detector.
|
|
5
|
+
"version": "3.31.0-decoder-issue-detector.2",
|
|
6
6
|
"private": false,
|
|
7
7
|
"bugs": {
|
|
8
8
|
"url": "https://github.com/vlprojects/livedigital-sdk/issues"
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"reflect-metadata": "^0.2.2",
|
|
58
58
|
"serialize-error": "^7.0.1",
|
|
59
59
|
"socket.io-client": "^4.7.2",
|
|
60
|
-
"webrtc-issue-detector": "1.14.0-
|
|
60
|
+
"webrtc-issue-detector": "1.14.0-debug-detectors.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@rollup/plugin-commonjs": "^19.0.0",
|
package/src/inversify.config.ts
CHANGED
|
@@ -2,7 +2,6 @@ import { Container, interfaces } from 'inversify';
|
|
|
2
2
|
import WebRTCIssueDetector, {
|
|
3
3
|
AvailableOutgoingBitrateIssueDetector,
|
|
4
4
|
CompositeRTCStatsParser,
|
|
5
|
-
FramesEncodedSentIssueDetector,
|
|
6
5
|
FrozenVideoTrackDetector,
|
|
7
6
|
InboundNetworkIssueDetector,
|
|
8
7
|
IssueDetectorResult,
|
|
@@ -236,7 +235,6 @@ container
|
|
|
236
235
|
networkScoresCalculator: new NetworkScoresCalculator(),
|
|
237
236
|
detectors: [
|
|
238
237
|
new QualityLimitationsIssueDetector(),
|
|
239
|
-
new FramesEncodedSentIssueDetector(),
|
|
240
238
|
new InboundNetworkIssueDetector(),
|
|
241
239
|
new OutboundNetworkIssueDetector(),
|
|
242
240
|
new NetworkMediaSyncIssueDetector(),
|