@webex/event-dictionary-ts 1.0.1696 → 1.0.1697
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.
|
@@ -2932,8 +2932,14 @@
|
|
|
2932
2932
|
"meeting-prejoin",
|
|
2933
2933
|
"meeting-prepare",
|
|
2934
2934
|
"network-ip-address-changed",
|
|
2935
|
+
"network-ip-address-changed-vdi-hvd",
|
|
2936
|
+
"network-ip-address-changed-vdi-thin-client",
|
|
2935
2937
|
"network-proxy-changed",
|
|
2938
|
+
"network-proxy-changed-vdi-hvd",
|
|
2939
|
+
"network-proxy-changed-vdi-thin-client",
|
|
2936
2940
|
"network-restored",
|
|
2941
|
+
"network-vdi-switch-fallback-to-vdi",
|
|
2942
|
+
"network-vdi-switch-vdi-to-fallback",
|
|
2937
2943
|
"startup"
|
|
2938
2944
|
],
|
|
2939
2945
|
"type": "string"
|
|
@@ -3440,8 +3440,14 @@
|
|
|
3440
3440
|
"meeting-prejoin",
|
|
3441
3441
|
"meeting-prepare",
|
|
3442
3442
|
"network-ip-address-changed",
|
|
3443
|
+
"network-ip-address-changed-vdi-hvd",
|
|
3444
|
+
"network-ip-address-changed-vdi-thin-client",
|
|
3443
3445
|
"network-proxy-changed",
|
|
3446
|
+
"network-proxy-changed-vdi-hvd",
|
|
3447
|
+
"network-proxy-changed-vdi-thin-client",
|
|
3444
3448
|
"network-restored",
|
|
3449
|
+
"network-vdi-switch-fallback-to-vdi",
|
|
3450
|
+
"network-vdi-switch-vdi-to-fallback",
|
|
3445
3451
|
"startup"
|
|
3446
3452
|
],
|
|
3447
3453
|
"type": "string"
|
|
@@ -1453,8 +1453,14 @@ export interface Event {
|
|
|
1453
1453
|
| "meeting-prejoin"
|
|
1454
1454
|
| "meeting-prepare"
|
|
1455
1455
|
| "network-ip-address-changed"
|
|
1456
|
+
| "network-ip-address-changed-vdi-hvd"
|
|
1457
|
+
| "network-ip-address-changed-vdi-thin-client"
|
|
1456
1458
|
| "network-proxy-changed"
|
|
1459
|
+
| "network-proxy-changed-vdi-hvd"
|
|
1460
|
+
| "network-proxy-changed-vdi-thin-client"
|
|
1457
1461
|
| "network-restored"
|
|
1462
|
+
| "network-vdi-switch-fallback-to-vdi"
|
|
1463
|
+
| "network-vdi-switch-vdi-to-fallback"
|
|
1458
1464
|
| "startup";
|
|
1459
1465
|
joinCookie?: string;
|
|
1460
1466
|
serverTime?: number;
|
|
@@ -14865,8 +14871,14 @@ export interface ClientEvent {
|
|
|
14865
14871
|
| "meeting-prejoin"
|
|
14866
14872
|
| "meeting-prepare"
|
|
14867
14873
|
| "network-ip-address-changed"
|
|
14874
|
+
| "network-ip-address-changed-vdi-hvd"
|
|
14875
|
+
| "network-ip-address-changed-vdi-thin-client"
|
|
14868
14876
|
| "network-proxy-changed"
|
|
14877
|
+
| "network-proxy-changed-vdi-hvd"
|
|
14878
|
+
| "network-proxy-changed-vdi-thin-client"
|
|
14869
14879
|
| "network-restored"
|
|
14880
|
+
| "network-vdi-switch-fallback-to-vdi"
|
|
14881
|
+
| "network-vdi-switch-vdi-to-fallback"
|
|
14870
14882
|
| "startup";
|
|
14871
14883
|
joinCookie?: string;
|
|
14872
14884
|
serverTime?: number;
|
package/package.json
CHANGED