@campoint/vxwebrtc 0.0.4 → 0.0.7
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/README.md +8 -1
- package/dist/Types/EnumMediaStreamTrackKind.d.ts +4 -0
- package/dist/WebRtcOutputConnection.d.ts +1 -0
- package/dist/stats.json +45 -26
- package/dist/vxwebrtc.d.ts +1 -1
- package/dist/vxwebrtc.js +1 -1
- package/dist/vxwebrtc.js.map +1 -1
- package/package.json +7 -2
- package/.eslintignore +0 -1
- package/.eslintrc.js +0 -22
- package/.gitlab-ci.yml +0 -42
- package/src/MungeSdp.ts +0 -323
- package/src/Types/CodecsOptions.ts +0 -9
- package/src/Types/CommonConnectionTypes.ts +0 -57
- package/src/Types/EnumCodecContentType.ts +0 -13
- package/src/Types/WebRTCStreamConfig.ts +0 -59
- package/src/WebRtcInputConnection.ts +0 -152
- package/src/WebRtcOutputConnection.ts +0 -122
- package/src/WebRtcPeerConnection.ts +0 -91
- package/src/browserSupportedAudioCodec.ts +0 -49
- package/src/browserSupportedVideoCodec.ts +0 -39
- package/src/utils.ts +0 -18
- package/src/version.ts +0 -1
- package/src/vxwebrtc.ts +0 -10
- package/tsconfig.json +0 -15
- package/tslint.json +0 -18
- package/webpack.common.js +0 -44
- package/webpack.dev.js +0 -7
- package/webpack.prod.js +0 -7
package/README.md
CHANGED
|
@@ -11,6 +11,7 @@ export declare class WebRtcOutputConnection extends WebRtcPeerConnection {
|
|
|
11
11
|
protected onRtcDescription(description: RTCSessionDescriptionInit): void;
|
|
12
12
|
protected onWsOpen(): void;
|
|
13
13
|
protected onWsMessage(evt: MessageEvent): void;
|
|
14
|
+
changeTrack(newTrack: MediaStreamTrack): Promise<void>;
|
|
14
15
|
start(): void;
|
|
15
16
|
stop(): void;
|
|
16
17
|
}
|
package/dist/stats.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
|
-
"hash": "
|
|
2
|
+
"hash": "fd0f447d394488cb4bd0",
|
|
3
3
|
"version": "5.69.0",
|
|
4
|
-
"time":
|
|
5
|
-
"builtAt":
|
|
4
|
+
"time": 4758,
|
|
5
|
+
"builtAt": 1648216502902,
|
|
6
6
|
"publicPath": "auto",
|
|
7
7
|
"outputPath": "/builds/CampointAG/web-rtc/dist",
|
|
8
8
|
"assetsByChunkName": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
{
|
|
15
15
|
"type": "asset",
|
|
16
16
|
"name": "vxwebrtc.js",
|
|
17
|
-
"size":
|
|
17
|
+
"size": 137793,
|
|
18
18
|
"emitted": true,
|
|
19
19
|
"comparedForEmit": false,
|
|
20
20
|
"cached": false,
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"license": "vxwebrtc.js.LICENSE.txt",
|
|
26
26
|
"sourceMap": "vxwebrtc.js.map"
|
|
27
27
|
},
|
|
28
|
-
"size":
|
|
28
|
+
"size": 137793
|
|
29
29
|
},
|
|
30
30
|
"chunkNames": [
|
|
31
31
|
"vxwebrtc"
|
|
@@ -38,13 +38,13 @@
|
|
|
38
38
|
{
|
|
39
39
|
"type": "sourceMap",
|
|
40
40
|
"name": "vxwebrtc.js.map",
|
|
41
|
-
"size":
|
|
41
|
+
"size": 915836,
|
|
42
42
|
"emitted": true,
|
|
43
43
|
"comparedForEmit": false,
|
|
44
44
|
"cached": false,
|
|
45
45
|
"info": {
|
|
46
46
|
"development": true,
|
|
47
|
-
"size":
|
|
47
|
+
"size": 915836
|
|
48
48
|
},
|
|
49
49
|
"chunkNames": [],
|
|
50
50
|
"chunkIdHints": [],
|
|
@@ -127,12 +127,12 @@
|
|
|
127
127
|
{
|
|
128
128
|
"type": "asset",
|
|
129
129
|
"name": "WebRtcOutputConnection.d.ts",
|
|
130
|
-
"size":
|
|
130
|
+
"size": 922,
|
|
131
131
|
"emitted": true,
|
|
132
132
|
"comparedForEmit": false,
|
|
133
133
|
"cached": false,
|
|
134
134
|
"info": {
|
|
135
|
-
"size":
|
|
135
|
+
"size": 922
|
|
136
136
|
},
|
|
137
137
|
"chunkNames": [],
|
|
138
138
|
"chunkIdHints": [],
|
|
@@ -184,12 +184,12 @@
|
|
|
184
184
|
{
|
|
185
185
|
"type": "asset",
|
|
186
186
|
"name": "vxwebrtc.d.ts",
|
|
187
|
-
"size":
|
|
187
|
+
"size": 616,
|
|
188
188
|
"emitted": true,
|
|
189
189
|
"comparedForEmit": false,
|
|
190
190
|
"cached": false,
|
|
191
191
|
"info": {
|
|
192
|
-
"size":
|
|
192
|
+
"size": 616
|
|
193
193
|
},
|
|
194
194
|
"chunkNames": [],
|
|
195
195
|
"chunkIdHints": [],
|
|
@@ -314,6 +314,25 @@
|
|
|
314
314
|
"auxiliaryChunks": [],
|
|
315
315
|
"isOverSizeLimit": false
|
|
316
316
|
},
|
|
317
|
+
{
|
|
318
|
+
"type": "asset",
|
|
319
|
+
"name": "Types/EnumMediaStreamTrackKind.d.ts",
|
|
320
|
+
"size": 90,
|
|
321
|
+
"emitted": true,
|
|
322
|
+
"comparedForEmit": false,
|
|
323
|
+
"cached": false,
|
|
324
|
+
"info": {
|
|
325
|
+
"size": 90
|
|
326
|
+
},
|
|
327
|
+
"chunkNames": [],
|
|
328
|
+
"chunkIdHints": [],
|
|
329
|
+
"auxiliaryChunkNames": [],
|
|
330
|
+
"auxiliaryChunkIdHints": [],
|
|
331
|
+
"related": {},
|
|
332
|
+
"chunks": [],
|
|
333
|
+
"auxiliaryChunks": [],
|
|
334
|
+
"isOverSizeLimit": false
|
|
335
|
+
},
|
|
317
336
|
{
|
|
318
337
|
"type": "asset",
|
|
319
338
|
"name": "version.d.ts",
|
|
@@ -340,9 +359,9 @@
|
|
|
340
359
|
"initial": true,
|
|
341
360
|
"entry": true,
|
|
342
361
|
"recorded": false,
|
|
343
|
-
"size":
|
|
362
|
+
"size": 697528,
|
|
344
363
|
"sizes": {
|
|
345
|
-
"javascript":
|
|
364
|
+
"javascript": 696247,
|
|
346
365
|
"runtime": 1281
|
|
347
366
|
},
|
|
348
367
|
"names": [
|
|
@@ -358,7 +377,7 @@
|
|
|
358
377
|
"auxiliaryFiles": [
|
|
359
378
|
"vxwebrtc.js.map"
|
|
360
379
|
],
|
|
361
|
-
"hash": "
|
|
380
|
+
"hash": "2b60054a72d12213f7cd",
|
|
362
381
|
"childrenByOrder": {},
|
|
363
382
|
"id": 202,
|
|
364
383
|
"siblings": [],
|
|
@@ -3512,9 +3531,9 @@
|
|
|
3512
3531
|
"type": "module",
|
|
3513
3532
|
"moduleType": "javascript/auto",
|
|
3514
3533
|
"layer": null,
|
|
3515
|
-
"size":
|
|
3534
|
+
"size": 6426,
|
|
3516
3535
|
"sizes": {
|
|
3517
|
-
"javascript":
|
|
3536
|
+
"javascript": 6426
|
|
3518
3537
|
},
|
|
3519
3538
|
"built": true,
|
|
3520
3539
|
"codeGenerated": true,
|
|
@@ -4501,9 +4520,9 @@
|
|
|
4501
4520
|
"type": "module",
|
|
4502
4521
|
"moduleType": "javascript/auto",
|
|
4503
4522
|
"layer": null,
|
|
4504
|
-
"size":
|
|
4523
|
+
"size": 6426,
|
|
4505
4524
|
"sizes": {
|
|
4506
|
-
"javascript":
|
|
4525
|
+
"javascript": 6426
|
|
4507
4526
|
},
|
|
4508
4527
|
"built": true,
|
|
4509
4528
|
"codeGenerated": true,
|
|
@@ -10299,19 +10318,19 @@
|
|
|
10299
10318
|
"assets": [
|
|
10300
10319
|
{
|
|
10301
10320
|
"name": "vxwebrtc.js",
|
|
10302
|
-
"size":
|
|
10321
|
+
"size": 137793
|
|
10303
10322
|
}
|
|
10304
10323
|
],
|
|
10305
10324
|
"filteredAssets": 0,
|
|
10306
|
-
"assetsSize":
|
|
10325
|
+
"assetsSize": 137793,
|
|
10307
10326
|
"auxiliaryAssets": [
|
|
10308
10327
|
{
|
|
10309
10328
|
"name": "vxwebrtc.js.map",
|
|
10310
|
-
"size":
|
|
10329
|
+
"size": 915836
|
|
10311
10330
|
}
|
|
10312
10331
|
],
|
|
10313
10332
|
"filteredAuxiliaryAssets": 0,
|
|
10314
|
-
"auxiliaryAssetsSize":
|
|
10333
|
+
"auxiliaryAssetsSize": 915836,
|
|
10315
10334
|
"children": {},
|
|
10316
10335
|
"childAssets": {},
|
|
10317
10336
|
"isOverSizeLimit": false
|
|
@@ -10326,19 +10345,19 @@
|
|
|
10326
10345
|
"assets": [
|
|
10327
10346
|
{
|
|
10328
10347
|
"name": "vxwebrtc.js",
|
|
10329
|
-
"size":
|
|
10348
|
+
"size": 137793
|
|
10330
10349
|
}
|
|
10331
10350
|
],
|
|
10332
10351
|
"filteredAssets": 0,
|
|
10333
|
-
"assetsSize":
|
|
10352
|
+
"assetsSize": 137793,
|
|
10334
10353
|
"auxiliaryAssets": [
|
|
10335
10354
|
{
|
|
10336
10355
|
"name": "vxwebrtc.js.map",
|
|
10337
|
-
"size":
|
|
10356
|
+
"size": 915836
|
|
10338
10357
|
}
|
|
10339
10358
|
],
|
|
10340
10359
|
"filteredAuxiliaryAssets": 0,
|
|
10341
|
-
"auxiliaryAssetsSize":
|
|
10360
|
+
"auxiliaryAssetsSize": 915836,
|
|
10342
10361
|
"children": {},
|
|
10343
10362
|
"childAssets": {},
|
|
10344
10363
|
"isOverSizeLimit": false
|
package/dist/vxwebrtc.d.ts
CHANGED
|
@@ -2,6 +2,6 @@ export { WebRtcInputConnection, IWebRtcInputConnection } from './WebRtcInputConn
|
|
|
2
2
|
export { WebRtcOutputConnection, IWebRtcOutputConnection } from './WebRtcOutputConnection';
|
|
3
3
|
export { TWebRtcH264CodecOptions, TWebRtcVP9CodecOptions } from './Types/CodecsOptions';
|
|
4
4
|
export { TConstrainULongRange } from './Types/WebRTCStreamConfig';
|
|
5
|
-
export { browserSupportedAudioCodec, EnumAudioCodecs, EnumMediaCodecSupported } from './browserSupportedAudioCodec';
|
|
5
|
+
export { browserSupportedAudioCodec, EnumAudioCodecs, EnumMediaCodecSupported, } from './browserSupportedAudioCodec';
|
|
6
6
|
export { browserSupportedVideoCodec, EnumVideoCodecs } from './browserSupportedVideoCodec';
|
|
7
7
|
export { EnumCodecContentType } from './Types/EnumCodecContentType';
|