@rtsee/utilities-signaling-client 0.0.7 → 0.0.9
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/utilities-signaling-client/src/models/RTSeeUtilitiesSignalingClient.d.ts +1 -2
- package/dist/utilities-signaling-client/src/models/RTSeeUtilitiesSignalingClient.d.ts.map +1 -1
- package/dist/utilities-signaling-client/src/models/RTSeeUtilitiesSignalingClient.js +2 -80
- package/dist/utilities-signaling-client/src/models/RTSeeUtilitiesSignalingClient.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { IRTSeeSignalClientOptions,
|
|
1
|
+
import { IRTSeeSignalClientOptions, RTSeeSignalingClientBase } from "@rtsee/signaling-client";
|
|
2
2
|
import { IRTSeeElements } from "@rtsee/core";
|
|
3
3
|
import { RTSeeMessenger } from "@rtsee/messenger";
|
|
4
4
|
import { RTSeeConference } from "@rtsee/conference";
|
|
5
5
|
import { RTSeePresentation } from "@rtsee/presentation";
|
|
6
6
|
import { RTSeeUtilities } from "@rtsee/utilities";
|
|
7
|
-
export declare const passThroughEvents: IRTSeeSignalingClientPassThroughEvent[];
|
|
8
7
|
export declare class RTSeeUtilitiesSignalingClient extends RTSeeSignalingClientBase {
|
|
9
8
|
messenger: RTSeeMessenger;
|
|
10
9
|
conference: RTSeeConference;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RTSeeUtilitiesSignalingClient.d.ts","sourceRoot":"","sources":["../../../../src/models/RTSeeUtilitiesSignalingClient.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,
|
|
1
|
+
{"version":3,"file":"RTSeeUtilitiesSignalingClient.d.ts","sourceRoot":"","sources":["../../../../src/models/RTSeeUtilitiesSignalingClient.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,yBAAyB,EACzB,wBAAwB,EACzB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,qBAAa,6BAA8B,SAAQ,wBAAwB;IACzE,SAAS,EAAE,cAAc,CAAC;IAC1B,UAAU,EAAE,eAAe,CAAC;IAC5B,YAAY,EAAE,iBAAiB,CAAC;IAChC,SAAS,EAAE,cAAc,CAAC;gBAEd,OAAO,EAAE,yBAAyB;IAI9C,OAAO,CAAC,OAAO,EAAE,cAAc;IAe/B,iBAAiB;IAEjB,kBAAkB;CACnB"}
|
|
@@ -1,78 +1,4 @@
|
|
|
1
|
-
import { RTSeeSignalingClientBase
|
|
2
|
-
import { UtilitiesSignalingEvents } from "@rtsee/common";
|
|
3
|
-
export const passThroughEvents = [
|
|
4
|
-
{
|
|
5
|
-
eventName: UtilitiesSignalingEvents.GET_RATING_CONFIGURATIONS,
|
|
6
|
-
statusEvents: true,
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
eventName: UtilitiesSignalingEvents.GET_RATING_CONFIGURATION,
|
|
10
|
-
statusEvents: true,
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
eventName: UtilitiesSignalingEvents.CREATE_RATING_CONFIGURATION,
|
|
14
|
-
statusEvents: true,
|
|
15
|
-
},
|
|
16
|
-
{
|
|
17
|
-
eventName: UtilitiesSignalingEvents.EDIT_RATING_CONFIGURATION,
|
|
18
|
-
statusEvents: true,
|
|
19
|
-
},
|
|
20
|
-
{
|
|
21
|
-
eventName: UtilitiesSignalingEvents.DELETE_RATING_CONFIGURATION,
|
|
22
|
-
statusEvents: true,
|
|
23
|
-
},
|
|
24
|
-
// rates
|
|
25
|
-
{ eventName: UtilitiesSignalingEvents.GET_RATES, statusEvents: true },
|
|
26
|
-
{ eventName: UtilitiesSignalingEvents.GET_RATE, statusEvents: true },
|
|
27
|
-
{ eventName: UtilitiesSignalingEvents.CREATE_RATE, statusEvents: true },
|
|
28
|
-
{ eventName: UtilitiesSignalingEvents.EDIT_RATE, statusEvents: true },
|
|
29
|
-
{ eventName: UtilitiesSignalingEvents.DELETE_RATE, statusEvents: true },
|
|
30
|
-
// rate groups
|
|
31
|
-
{ eventName: UtilitiesSignalingEvents.GET_RATE_GROUPS, statusEvents: true },
|
|
32
|
-
{ eventName: UtilitiesSignalingEvents.GET_RATE_GROUP, statusEvents: true },
|
|
33
|
-
{ eventName: UtilitiesSignalingEvents.CREATE_RATE_GROUP, statusEvents: true },
|
|
34
|
-
{ eventName: UtilitiesSignalingEvents.EDIT_RATE_GROUP, statusEvents: true },
|
|
35
|
-
{ eventName: UtilitiesSignalingEvents.DELETE_RATE_GROUP, statusEvents: true },
|
|
36
|
-
// tags
|
|
37
|
-
{ eventName: UtilitiesSignalingEvents.GET_TAGS, statusEvents: true },
|
|
38
|
-
{ eventName: UtilitiesSignalingEvents.GET_TAG, statusEvents: true },
|
|
39
|
-
{ eventName: UtilitiesSignalingEvents.CREATE_TAG, statusEvents: true },
|
|
40
|
-
{ eventName: UtilitiesSignalingEvents.EDIT_TAG, statusEvents: true },
|
|
41
|
-
{ eventName: UtilitiesSignalingEvents.DELETE_TAG, statusEvents: true },
|
|
42
|
-
// tag groups
|
|
43
|
-
{ eventName: UtilitiesSignalingEvents.GET_TAG_GROUPS, statusEvents: true },
|
|
44
|
-
{ eventName: UtilitiesSignalingEvents.GET_TAG_GROUP, statusEvents: true },
|
|
45
|
-
{ eventName: UtilitiesSignalingEvents.CREATE_TAG_GROUP, statusEvents: true },
|
|
46
|
-
{ eventName: UtilitiesSignalingEvents.EDIT_TAG_GROUP, statusEvents: true },
|
|
47
|
-
{ eventName: UtilitiesSignalingEvents.DELETE_TAG_GROUP, statusEvents: true },
|
|
48
|
-
// entity configurations
|
|
49
|
-
{
|
|
50
|
-
eventName: UtilitiesSignalingEvents.GET_ENTITY_CONFIGURATIONS,
|
|
51
|
-
statusEvents: true,
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
eventName: UtilitiesSignalingEvents.GET_ENTITY_CONFIGURATION,
|
|
55
|
-
statusEvents: true,
|
|
56
|
-
},
|
|
57
|
-
{
|
|
58
|
-
eventName: UtilitiesSignalingEvents.CREATE_ENTITY_CONFIGURATION,
|
|
59
|
-
statusEvents: true,
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
eventName: UtilitiesSignalingEvents.EDIT_ENTITY_CONFIGURATION,
|
|
63
|
-
statusEvents: true,
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
eventName: UtilitiesSignalingEvents.DELETE_ENTITY_CONFIGURATION,
|
|
67
|
-
statusEvents: true,
|
|
68
|
-
},
|
|
69
|
-
// entities
|
|
70
|
-
{ eventName: UtilitiesSignalingEvents.GET_ENTITIES, statusEvents: true },
|
|
71
|
-
{ eventName: UtilitiesSignalingEvents.GET_ENTITY, statusEvents: true },
|
|
72
|
-
{ eventName: UtilitiesSignalingEvents.CREATE_ENTITY, statusEvents: true },
|
|
73
|
-
{ eventName: UtilitiesSignalingEvents.EDIT_ENTITY, statusEvents: true },
|
|
74
|
-
{ eventName: UtilitiesSignalingEvents.DELETE_ENTITY, statusEvents: true },
|
|
75
|
-
];
|
|
1
|
+
import { RTSeeSignalingClientBase } from "@rtsee/signaling-client";
|
|
76
2
|
export class RTSeeUtilitiesSignalingClient extends RTSeeSignalingClientBase {
|
|
77
3
|
messenger;
|
|
78
4
|
conference;
|
|
@@ -80,7 +6,6 @@ export class RTSeeUtilitiesSignalingClient extends RTSeeSignalingClientBase {
|
|
|
80
6
|
utilities;
|
|
81
7
|
constructor(options) {
|
|
82
8
|
super(options);
|
|
83
|
-
this.passThroughEvents.push(...passThroughEvents);
|
|
84
9
|
}
|
|
85
10
|
connect(options) {
|
|
86
11
|
if (options.messenger) {
|
|
@@ -97,9 +22,6 @@ export class RTSeeUtilitiesSignalingClient extends RTSeeSignalingClientBase {
|
|
|
97
22
|
}
|
|
98
23
|
}
|
|
99
24
|
attachLocalEvents() { }
|
|
100
|
-
attachRemoteEvents() {
|
|
101
|
-
console.log("attachRemoteEvents!!!");
|
|
102
|
-
this.attachPassThroughEvents();
|
|
103
|
-
}
|
|
25
|
+
attachRemoteEvents() { }
|
|
104
26
|
}
|
|
105
27
|
//# sourceMappingURL=RTSeeUtilitiesSignalingClient.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RTSeeUtilitiesSignalingClient.js","sourceRoot":"","sources":["../../../../src/models/RTSeeUtilitiesSignalingClient.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"RTSeeUtilitiesSignalingClient.js","sourceRoot":"","sources":["../../../../src/models/RTSeeUtilitiesSignalingClient.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,wBAAwB,EACzB,MAAM,yBAAyB,CAAC;AAOjC,MAAM,OAAO,6BAA8B,SAAQ,wBAAwB;IACzE,SAAS,CAAiB;IAC1B,UAAU,CAAkB;IAC5B,YAAY,CAAoB;IAChC,SAAS,CAAiB;IAE1B,YAAY,OAAkC;QAC5C,KAAK,CAAC,OAAO,CAAC,CAAC;IACjB,CAAC;IAED,OAAO,CAAC,OAAuB;QAC7B,IAAI,OAAO,CAAC,SAAS,EAAE,CAAC;YACtB,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,SAA2B,CAAC;QACvD,CAAC;QACD,IAAI,OAAO,CAAC,UAAU,EAAE,CAAC;YACvB,IAAI,CAAC,UAAU,GAAG,OAAO,CAAC,UAA6B,CAAC;QAC1D,CAAC;QACD,IAAI,OAAO,CAAC,SAAS,EAAE,CAAC;YACtB,IAAI,CAAC,SAAS,GAAG,OAAO,CAAC,SAA2B,CAAC;QACvD,CAAC;QACD,IAAI,OAAO,CAAC,YAAY,EAAE,CAAC;YACzB,IAAI,CAAC,YAAY,GAAG,OAAO,CAAC,YAAiC,CAAC;QAChE,CAAC;IACH,CAAC;IAED,iBAAiB,KAAI,CAAC;IAEtB,kBAAkB,KAAI,CAAC;CACxB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rtsee/utilities-signaling-client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"private": false,
|
|
6
6
|
"main": "dist/utilities-signaling-client/src/index",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "75084ad39274b7e01c3d730b93db6b16b1edb36b"
|
|
34
34
|
}
|