@webex/event-dictionary-ts 1.0.1437 → 1.0.1439
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.
|
@@ -1326,7 +1326,8 @@ export interface Event {
|
|
|
1326
1326
|
| "web-ucf-crosslaunch"
|
|
1327
1327
|
| "wireless-share"
|
|
1328
1328
|
| "deep-link"
|
|
1329
|
-
| "protocol-generated-link"
|
|
1329
|
+
| "protocol-generated-link"
|
|
1330
|
+
| "protocol-in-meeting-upgrade";
|
|
1330
1331
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
1331
1332
|
displayLocation?:
|
|
1332
1333
|
| "toast"
|
|
@@ -10741,7 +10742,8 @@ export interface ClientEvent {
|
|
|
10741
10742
|
| "web-ucf-crosslaunch"
|
|
10742
10743
|
| "wireless-share"
|
|
10743
10744
|
| "deep-link"
|
|
10744
|
-
| "protocol-generated-link"
|
|
10745
|
+
| "protocol-generated-link"
|
|
10746
|
+
| "protocol-in-meeting-upgrade";
|
|
10745
10747
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
10746
10748
|
displayLocation?:
|
|
10747
10749
|
| "toast"
|
package/package.json
CHANGED