@webex/event-dictionary-ts 1.0.1460 → 1.0.1461
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.
|
@@ -2248,6 +2248,8 @@
|
|
|
2248
2248
|
"client.meeting.VDI.connect.plugin.response",
|
|
2249
2249
|
"client.mercury.connection.lost",
|
|
2250
2250
|
"client.mercury.connection.restored",
|
|
2251
|
+
"client.mercury.connection.start",
|
|
2252
|
+
"client.mercury.connection.connected",
|
|
2251
2253
|
"client.multistream.sca.rx",
|
|
2252
2254
|
"client.multistream.sca.tx",
|
|
2253
2255
|
"client.multistream.scr.rx",
|
|
@@ -2723,6 +2723,8 @@
|
|
|
2723
2723
|
"client.meeting.VDI.connect.plugin.response",
|
|
2724
2724
|
"client.mercury.connection.lost",
|
|
2725
2725
|
"client.mercury.connection.restored",
|
|
2726
|
+
"client.mercury.connection.start",
|
|
2727
|
+
"client.mercury.connection.connected",
|
|
2726
2728
|
"client.multistream.sca.rx",
|
|
2727
2729
|
"client.multistream.sca.tx",
|
|
2728
2730
|
"client.multistream.scr.rx",
|
|
@@ -1039,6 +1039,8 @@ export interface Event {
|
|
|
1039
1039
|
| "client.meeting.VDI.connect.plugin.response"
|
|
1040
1040
|
| "client.mercury.connection.lost"
|
|
1041
1041
|
| "client.mercury.connection.restored"
|
|
1042
|
+
| "client.mercury.connection.start"
|
|
1043
|
+
| "client.mercury.connection.connected"
|
|
1042
1044
|
| "client.multistream.sca.rx"
|
|
1043
1045
|
| "client.multistream.sca.tx"
|
|
1044
1046
|
| "client.multistream.scr.rx"
|
|
@@ -11933,6 +11935,8 @@ export interface ClientEvent {
|
|
|
11933
11935
|
| "client.meeting.VDI.connect.plugin.response"
|
|
11934
11936
|
| "client.mercury.connection.lost"
|
|
11935
11937
|
| "client.mercury.connection.restored"
|
|
11938
|
+
| "client.mercury.connection.start"
|
|
11939
|
+
| "client.mercury.connection.connected"
|
|
11936
11940
|
| "client.multistream.sca.rx"
|
|
11937
11941
|
| "client.multistream.sca.tx"
|
|
11938
11942
|
| "client.multistream.scr.rx"
|
package/package.json
CHANGED