@techsee/techsee-media-service 5.0.1 → 5.0.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/lib/MultiParty/VideoLayoutType.d.ts +4 -0
- package/lib/MultiParty/VideoLayoutType.d.ts.map +1 -0
- package/lib/MultiParty/VideoLayoutType.js +13 -0
- package/lib/MultiParty/VideoLayoutType.js.map +1 -0
- package/lib/MultiParty/index.d.ts +1 -0
- package/lib/MultiParty/index.d.ts.map +1 -1
- package/lib/MultiParty/index.js +10 -1
- package/lib/MultiParty/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/MultiParty/VideoLayoutType.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACvB,iBAAiB,wBAAwB;IACzC,kBAAkB,0BAA0B;CAC/C","file":"VideoLayoutType.d.ts","sourcesContent":["export enum VideoLayoutType {\n AgentPinnedLayout = 'agent_pinned_layout',\n BigMainVideoLayout = 'big_main_video_layout',\n}"]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.VideoLayoutType = void 0;
|
|
7
|
+
var VideoLayoutType;
|
|
8
|
+
|
|
9
|
+
(function (VideoLayoutType) {
|
|
10
|
+
VideoLayoutType["AgentPinnedLayout"] = "agent_pinned_layout";
|
|
11
|
+
VideoLayoutType["BigMainVideoLayout"] = "big_main_video_layout";
|
|
12
|
+
})(VideoLayoutType = exports.VideoLayoutType || (exports.VideoLayoutType = {}));
|
|
13
|
+
//# sourceMappingURL=VideoLayoutType.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["MultiParty/VideoLayoutType.js"],"names":["Object","defineProperty","exports","value","VideoLayoutType"],"mappings":"AAAA;;AACAA,MAAM,CAACC,cAAP,CAAsBC,OAAtB,EAA+B,YAA/B,EAA6C;AAAEC,EAAAA,KAAK,EAAE;AAAT,CAA7C;AACAD,OAAO,CAACE,eAAR,GAA0B,KAAK,CAA/B;AACA,IAAIA,eAAJ;;AACA,CAAC,UAAUA,eAAV,EAA2B;AACxBA,EAAAA,eAAe,CAAC,mBAAD,CAAf,GAAuC,qBAAvC;AACAA,EAAAA,eAAe,CAAC,oBAAD,CAAf,GAAwC,uBAAxC;AACH,CAHD,EAGGA,eAAe,GAAGF,OAAO,CAACE,eAAR,KAA4BF,OAAO,CAACE,eAAR,GAA0B,EAAtD,CAHrB","file":"VideoLayoutType.js","sourcesContent":["\"use strict\";\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.VideoLayoutType = void 0;\nvar VideoLayoutType;\n(function (VideoLayoutType) {\n VideoLayoutType[\"AgentPinnedLayout\"] = \"agent_pinned_layout\";\n VideoLayoutType[\"BigMainVideoLayout\"] = \"big_main_video_layout\";\n})(VideoLayoutType = exports.VideoLayoutType || (exports.VideoLayoutType = {}));\n\n//# sourceMappingURL=VideoLayoutType.js.map\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/MultiParty/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAC,uBAAuB,EAAC,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAC,MAAM,qBAAqB,CAAC","file":"index.d.ts","sourcesContent":["export * from './MediaCapabilitiesUtils';\nexport {createMultiPartyService} from './MultiPartyServiceFactory';\nexport {MultiPartyService, MULTI_PARTY_EVENTS} from './MultiPartyService';\n"]}
|
|
1
|
+
{"version":3,"sources":["../src/MultiParty/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAC,uBAAuB,EAAC,MAAM,4BAA4B,CAAC;AACnE,OAAO,EAAC,iBAAiB,EAAE,kBAAkB,EAAC,MAAM,qBAAqB,CAAC;AAC1E,OAAO,EAAC,eAAe,EAAC,MAAM,mBAAmB,CAAC","file":"index.d.ts","sourcesContent":["export * from './MediaCapabilitiesUtils';\nexport {createMultiPartyService} from './MultiPartyServiceFactory';\nexport {MultiPartyService, MULTI_PARTY_EVENTS} from './MultiPartyService';\nexport {VideoLayoutType} from './VideoLayoutType';\n"]}
|
package/lib/MultiParty/index.js
CHANGED
|
@@ -22,7 +22,7 @@ var __exportStar = void 0 && (void 0).__exportStar || function (m, exports) {
|
|
|
22
22
|
Object.defineProperty(exports, "__esModule", {
|
|
23
23
|
value: true
|
|
24
24
|
});
|
|
25
|
-
exports.MULTI_PARTY_EVENTS = exports.MultiPartyService = exports.createMultiPartyService = void 0;
|
|
25
|
+
exports.VideoLayoutType = exports.MULTI_PARTY_EVENTS = exports.MultiPartyService = exports.createMultiPartyService = void 0;
|
|
26
26
|
|
|
27
27
|
__exportStar(require("./MediaCapabilitiesUtils"), exports);
|
|
28
28
|
|
|
@@ -49,4 +49,13 @@ Object.defineProperty(exports, "MULTI_PARTY_EVENTS", {
|
|
|
49
49
|
return MultiPartyService_1.MULTI_PARTY_EVENTS;
|
|
50
50
|
}
|
|
51
51
|
});
|
|
52
|
+
|
|
53
|
+
var VideoLayoutType_1 = require("./VideoLayoutType");
|
|
54
|
+
|
|
55
|
+
Object.defineProperty(exports, "VideoLayoutType", {
|
|
56
|
+
enumerable: true,
|
|
57
|
+
get: function get() {
|
|
58
|
+
return VideoLayoutType_1.VideoLayoutType;
|
|
59
|
+
}
|
|
60
|
+
});
|
|
52
61
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["MultiParty/index.js"],"names":["__createBinding","Object","create","o","m","k","k2","undefined","defineProperty","enumerable","get","__exportStar","exports","p","prototype","hasOwnProperty","call","value","MULTI_PARTY_EVENTS","MultiPartyService","createMultiPartyService","require","MultiPartyServiceFactory_1","MultiPartyService_1"],"mappings":"AAAA;;AACA,IAAIA,eAAe,GAAI,UAAQ,SAAKA,eAAd,KAAmCC,MAAM,CAACC,MAAP,GAAiB,UAASC,CAAT,EAAYC,CAAZ,EAAeC,CAAf,EAAkBC,EAAlB,EAAsB;AAC5F,MAAIA,EAAE,KAAKC,SAAX,EAAsBD,EAAE,GAAGD,CAAL;AACtBJ,EAAAA,MAAM,CAACO,cAAP,CAAsBL,CAAtB,EAAyBG,EAAzB,EAA6B;AAAEG,IAAAA,UAAU,EAAE,IAAd;AAAoBC,IAAAA,GAAG,EAAE,eAAW;AAAE,aAAON,CAAC,CAACC,CAAD,CAAR;AAAc;AAApD,GAA7B;AACH,CAHwD,GAGnD,UAASF,CAAT,EAAYC,CAAZ,EAAeC,CAAf,EAAkBC,EAAlB,EAAsB;AACxB,MAAIA,EAAE,KAAKC,SAAX,EAAsBD,EAAE,GAAGD,CAAL;AACtBF,EAAAA,CAAC,CAACG,EAAD,CAAD,GAAQF,CAAC,CAACC,CAAD,CAAT;AACH,CANqB,CAAtB;;AAOA,IAAIM,YAAY,GAAI,UAAQ,SAAKA,YAAd,IAA+B,UAASP,CAAT,EAAYQ,OAAZ,EAAqB;AACnE,OAAK,IAAIC,CAAT,IAAcT,CAAd;AAAiB,QAAIS,CAAC,KAAK,SAAN,IAAmB,CAACZ,MAAM,CAACa,SAAP,CAAiBC,cAAjB,CAAgCC,IAAhC,CAAqCJ,OAArC,EAA8CC,CAA9C,CAAxB,EAA0Eb,eAAe,CAACY,OAAD,EAAUR,CAAV,EAAaS,CAAb,CAAf;AAA3F;AACH,CAFD;;AAGAZ,MAAM,CAACO,cAAP,CAAsBI,OAAtB,EAA+B,YAA/B,EAA6C;AAAEK,EAAAA,KAAK,EAAE;AAAT,CAA7C;AACAL,OAAO,CAACM,
|
|
1
|
+
{"version":3,"sources":["MultiParty/index.js"],"names":["__createBinding","Object","create","o","m","k","k2","undefined","defineProperty","enumerable","get","__exportStar","exports","p","prototype","hasOwnProperty","call","value","VideoLayoutType","MULTI_PARTY_EVENTS","MultiPartyService","createMultiPartyService","require","MultiPartyServiceFactory_1","MultiPartyService_1","VideoLayoutType_1"],"mappings":"AAAA;;AACA,IAAIA,eAAe,GAAI,UAAQ,SAAKA,eAAd,KAAmCC,MAAM,CAACC,MAAP,GAAiB,UAASC,CAAT,EAAYC,CAAZ,EAAeC,CAAf,EAAkBC,EAAlB,EAAsB;AAC5F,MAAIA,EAAE,KAAKC,SAAX,EAAsBD,EAAE,GAAGD,CAAL;AACtBJ,EAAAA,MAAM,CAACO,cAAP,CAAsBL,CAAtB,EAAyBG,EAAzB,EAA6B;AAAEG,IAAAA,UAAU,EAAE,IAAd;AAAoBC,IAAAA,GAAG,EAAE,eAAW;AAAE,aAAON,CAAC,CAACC,CAAD,CAAR;AAAc;AAApD,GAA7B;AACH,CAHwD,GAGnD,UAASF,CAAT,EAAYC,CAAZ,EAAeC,CAAf,EAAkBC,EAAlB,EAAsB;AACxB,MAAIA,EAAE,KAAKC,SAAX,EAAsBD,EAAE,GAAGD,CAAL;AACtBF,EAAAA,CAAC,CAACG,EAAD,CAAD,GAAQF,CAAC,CAACC,CAAD,CAAT;AACH,CANqB,CAAtB;;AAOA,IAAIM,YAAY,GAAI,UAAQ,SAAKA,YAAd,IAA+B,UAASP,CAAT,EAAYQ,OAAZ,EAAqB;AACnE,OAAK,IAAIC,CAAT,IAAcT,CAAd;AAAiB,QAAIS,CAAC,KAAK,SAAN,IAAmB,CAACZ,MAAM,CAACa,SAAP,CAAiBC,cAAjB,CAAgCC,IAAhC,CAAqCJ,OAArC,EAA8CC,CAA9C,CAAxB,EAA0Eb,eAAe,CAACY,OAAD,EAAUR,CAAV,EAAaS,CAAb,CAAf;AAA3F;AACH,CAFD;;AAGAZ,MAAM,CAACO,cAAP,CAAsBI,OAAtB,EAA+B,YAA/B,EAA6C;AAAEK,EAAAA,KAAK,EAAE;AAAT,CAA7C;AACAL,OAAO,CAACM,eAAR,GAA0BN,OAAO,CAACO,kBAAR,GAA6BP,OAAO,CAACQ,iBAAR,GAA4BR,OAAO,CAACS,uBAAR,GAAkC,KAAK,CAA1H;;AACAV,YAAY,CAACW,OAAO,CAAC,0BAAD,CAAR,EAAsCV,OAAtC,CAAZ;;AACA,IAAIW,0BAA0B,GAAGD,OAAO,CAAC,4BAAD,CAAxC;;AACArB,MAAM,CAACO,cAAP,CAAsBI,OAAtB,EAA+B,yBAA/B,EAA0D;AAAEH,EAAAA,UAAU,EAAE,IAAd;AAAoBC,EAAAA,GAAG,EAAE,eAAY;AAAE,WAAOa,0BAA0B,CAACF,uBAAlC;AAA4D;AAAnG,CAA1D;;AACA,IAAIG,mBAAmB,GAAGF,OAAO,CAAC,qBAAD,CAAjC;;AACArB,MAAM,CAACO,cAAP,CAAsBI,OAAtB,EAA+B,mBAA/B,EAAoD;AAAEH,EAAAA,UAAU,EAAE,IAAd;AAAoBC,EAAAA,GAAG,EAAE,eAAY;AAAE,WAAOc,mBAAmB,CAACJ,iBAA3B;AAA+C;AAAtF,CAApD;AACAnB,MAAM,CAACO,cAAP,CAAsBI,OAAtB,EAA+B,oBAA/B,EAAqD;AAAEH,EAAAA,UAAU,EAAE,IAAd;AAAoBC,EAAAA,GAAG,EAAE,eAAY;AAAE,WAAOc,mBAAmB,CAACL,kBAA3B;AAAgD;AAAvF,CAArD;;AACA,IAAIM,iBAAiB,GAAGH,OAAO,CAAC,mBAAD,CAA/B;;AACArB,MAAM,CAACO,cAAP,CAAsBI,OAAtB,EAA+B,iBAA/B,EAAkD;AAAEH,EAAAA,UAAU,EAAE,IAAd;AAAoBC,EAAAA,GAAG,EAAE,eAAY;AAAE,WAAOe,iBAAiB,CAACP,eAAzB;AAA2C;AAAlF,CAAlD","file":"index.js","sourcesContent":["\"use strict\";\nvar __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\n}) : (function(o, m, k, k2) {\n if (k2 === undefined) k2 = k;\n o[k2] = m[k];\n}));\nvar __exportStar = (this && this.__exportStar) || function(m, exports) {\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);\n};\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.VideoLayoutType = exports.MULTI_PARTY_EVENTS = exports.MultiPartyService = exports.createMultiPartyService = void 0;\n__exportStar(require(\"./MediaCapabilitiesUtils\"), exports);\nvar MultiPartyServiceFactory_1 = require(\"./MultiPartyServiceFactory\");\nObject.defineProperty(exports, \"createMultiPartyService\", { enumerable: true, get: function () { return MultiPartyServiceFactory_1.createMultiPartyService; } });\nvar MultiPartyService_1 = require(\"./MultiPartyService\");\nObject.defineProperty(exports, \"MultiPartyService\", { enumerable: true, get: function () { return MultiPartyService_1.MultiPartyService; } });\nObject.defineProperty(exports, \"MULTI_PARTY_EVENTS\", { enumerable: true, get: function () { return MultiPartyService_1.MULTI_PARTY_EVENTS; } });\nvar VideoLayoutType_1 = require(\"./VideoLayoutType\");\nObject.defineProperty(exports, \"VideoLayoutType\", { enumerable: true, get: function () { return VideoLayoutType_1.VideoLayoutType; } });\n\n//# sourceMappingURL=index.js.map\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techsee/techsee-media-service",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.2",
|
|
4
4
|
"description": "Techsee Media Service",
|
|
5
5
|
"author": "TechSee",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@techsee/kurento-utils-temasys-mod": "6.6.3-dev-3",
|
|
22
22
|
"@techsee/openvidu-browser": "~12.15.6",
|
|
23
|
-
"@techsee/techsee-common": "^2.
|
|
23
|
+
"@techsee/techsee-common": "^2.14.0",
|
|
24
24
|
"bluebird": "~3.7.2",
|
|
25
25
|
"kurento-utils": "6.6.2",
|
|
26
26
|
"lodash": "4.17.20",
|