@webex/event-dictionary-ts 1.0.1438 → 1.0.1440
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.
|
@@ -2078,6 +2078,7 @@
|
|
|
2078
2078
|
},
|
|
2079
2079
|
"name": {
|
|
2080
2080
|
"enum": [
|
|
2081
|
+
"client.abort.join",
|
|
2081
2082
|
"client.alert.displayed",
|
|
2082
2083
|
"client.alert.removed",
|
|
2083
2084
|
"client.application.validate",
|
|
@@ -2866,7 +2867,8 @@
|
|
|
2866
2867
|
"web-ucf-crosslaunch",
|
|
2867
2868
|
"wireless-share",
|
|
2868
2869
|
"deep-link",
|
|
2869
|
-
"protocol-generated-link"
|
|
2870
|
+
"protocol-generated-link",
|
|
2871
|
+
"protocol-in-meeting-upgrade"
|
|
2870
2872
|
],
|
|
2871
2873
|
"type": "string"
|
|
2872
2874
|
},
|
|
@@ -2554,6 +2554,7 @@
|
|
|
2554
2554
|
},
|
|
2555
2555
|
"name": {
|
|
2556
2556
|
"enum": [
|
|
2557
|
+
"client.abort.join",
|
|
2557
2558
|
"client.alert.displayed",
|
|
2558
2559
|
"client.alert.removed",
|
|
2559
2560
|
"client.application.validate",
|
|
@@ -3342,7 +3343,8 @@
|
|
|
3342
3343
|
"web-ucf-crosslaunch",
|
|
3343
3344
|
"wireless-share",
|
|
3344
3345
|
"deep-link",
|
|
3345
|
-
"protocol-generated-link"
|
|
3346
|
+
"protocol-generated-link",
|
|
3347
|
+
"protocol-in-meeting-upgrade"
|
|
3346
3348
|
],
|
|
3347
3349
|
"type": "string"
|
|
3348
3350
|
},
|
|
@@ -894,6 +894,7 @@ export interface Event {
|
|
|
894
894
|
| "503_ServiceUnavailable"
|
|
895
895
|
| "606_NotAcceptable";
|
|
896
896
|
name:
|
|
897
|
+
| "client.abort.join"
|
|
897
898
|
| "client.alert.displayed"
|
|
898
899
|
| "client.alert.removed"
|
|
899
900
|
| "client.application.validate"
|
|
@@ -1326,7 +1327,8 @@ export interface Event {
|
|
|
1326
1327
|
| "web-ucf-crosslaunch"
|
|
1327
1328
|
| "wireless-share"
|
|
1328
1329
|
| "deep-link"
|
|
1329
|
-
| "protocol-generated-link"
|
|
1330
|
+
| "protocol-generated-link"
|
|
1331
|
+
| "protocol-in-meeting-upgrade";
|
|
1330
1332
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
1331
1333
|
displayLocation?:
|
|
1332
1334
|
| "toast"
|
|
@@ -10309,6 +10311,7 @@ export interface ClientEvent {
|
|
|
10309
10311
|
| "503_ServiceUnavailable"
|
|
10310
10312
|
| "606_NotAcceptable";
|
|
10311
10313
|
name:
|
|
10314
|
+
| "client.abort.join"
|
|
10312
10315
|
| "client.alert.displayed"
|
|
10313
10316
|
| "client.alert.removed"
|
|
10314
10317
|
| "client.application.validate"
|
|
@@ -10741,7 +10744,8 @@ export interface ClientEvent {
|
|
|
10741
10744
|
| "web-ucf-crosslaunch"
|
|
10742
10745
|
| "wireless-share"
|
|
10743
10746
|
| "deep-link"
|
|
10744
|
-
| "protocol-generated-link"
|
|
10747
|
+
| "protocol-generated-link"
|
|
10748
|
+
| "protocol-in-meeting-upgrade";
|
|
10745
10749
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
10746
10750
|
displayLocation?:
|
|
10747
10751
|
| "toast"
|
package/package.json
CHANGED