@techsee/techsee-media-service 999.17.888-alphasa01 → 999.17.1111-alphasa01
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/lib/Live3-Index.d.ts +7 -0
- package/lib/Live3-Index.d.ts.map +1 -0
- package/lib/{Live3/index.js → Live3-Index.js} +7 -7
- package/lib/Live3-Index.js.map +1 -0
- package/package.json +1 -1
- package/lib/Live3/index.d.ts +0 -7
- package/lib/Live3/index.d.ts.map +0 -1
- package/lib/Live3/index.js.map +0 -1
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export * from './Live3/types';
|
|
2
|
+
export * from './Live3/MediaCapabilitiesUtils';
|
|
3
|
+
export * from './Live3/MultiPartyService';
|
|
4
|
+
export * from './Live3/MultipartyServiceEventTypes';
|
|
5
|
+
export * from './Live3/MediaTracer';
|
|
6
|
+
export { createMultiPartyService } from './Live3/MultiPartyServiceFactory';
|
|
7
|
+
//# sourceMappingURL=Live3-Index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Live3-Index.d.ts","sourceRoot":"","sources":["../src/Live3-Index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,qCAAqC,CAAC;AACpD,cAAc,qBAAqB,CAAC;AACpC,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAC"}
|
|
@@ -15,11 +15,11 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
exports.createMultiPartyService = void 0;
|
|
18
|
-
__exportStar(require("./types"), exports);
|
|
19
|
-
__exportStar(require("./MediaCapabilitiesUtils"), exports);
|
|
20
|
-
__exportStar(require("./MultiPartyService"), exports);
|
|
21
|
-
__exportStar(require("./MultipartyServiceEventTypes"), exports);
|
|
22
|
-
__exportStar(require("./MediaTracer"), exports);
|
|
23
|
-
var MultiPartyServiceFactory_1 = require("./MultiPartyServiceFactory");
|
|
18
|
+
__exportStar(require("./Live3/types"), exports);
|
|
19
|
+
__exportStar(require("./Live3/MediaCapabilitiesUtils"), exports);
|
|
20
|
+
__exportStar(require("./Live3/MultiPartyService"), exports);
|
|
21
|
+
__exportStar(require("./Live3/MultipartyServiceEventTypes"), exports);
|
|
22
|
+
__exportStar(require("./Live3/MediaTracer"), exports);
|
|
23
|
+
var MultiPartyServiceFactory_1 = require("./Live3/MultiPartyServiceFactory");
|
|
24
24
|
Object.defineProperty(exports, "createMultiPartyService", { enumerable: true, get: function () { return MultiPartyServiceFactory_1.createMultiPartyService; } });
|
|
25
|
-
//# sourceMappingURL=
|
|
25
|
+
//# sourceMappingURL=Live3-Index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Live3-Index.js","sourceRoot":"","sources":["../src/Live3-Index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,gDAA8B;AAC9B,iEAA+C;AAC/C,4DAA0C;AAC1C,sEAAoD;AACpD,sDAAoC;AACpC,6EAA2E;AAAlE,mIAAA,uBAAuB,OAAA"}
|
package/package.json
CHANGED
package/lib/Live3/index.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
export * from './types';
|
|
2
|
-
export * from './MediaCapabilitiesUtils';
|
|
3
|
-
export * from './MultiPartyService';
|
|
4
|
-
export * from './MultipartyServiceEventTypes';
|
|
5
|
-
export * from './MediaTracer';
|
|
6
|
-
export { createMultiPartyService } from './MultiPartyServiceFactory';
|
|
7
|
-
//# sourceMappingURL=index.d.ts.map
|
package/lib/Live3/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Live3/index.ts"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC;AACxB,cAAc,0BAA0B,CAAC;AACzC,cAAc,qBAAqB,CAAC;AACpC,cAAc,+BAA+B,CAAC;AAC9C,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,uBAAuB,EAAE,MAAM,4BAA4B,CAAC"}
|
package/lib/Live3/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Live3/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,2DAAyC;AACzC,sDAAoC;AACpC,gEAA8C;AAC9C,gDAA8B;AAC9B,uEAAqE;AAA5D,mIAAA,uBAAuB,OAAA"}
|