@webex/event-dictionary-ts 1.0.1289 → 1.0.1290
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.
|
@@ -1248,6 +1248,7 @@ export interface Event {
|
|
|
1248
1248
|
| "timeout"
|
|
1249
1249
|
| "toast"
|
|
1250
1250
|
| "user-interaction"
|
|
1251
|
+
| "web-ucf-crosslaunch"
|
|
1251
1252
|
| "wireless-share";
|
|
1252
1253
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
1253
1254
|
displayLocation?:
|
|
@@ -10098,6 +10099,7 @@ export interface ClientEvent {
|
|
|
10098
10099
|
| "timeout"
|
|
10099
10100
|
| "toast"
|
|
10100
10101
|
| "user-interaction"
|
|
10102
|
+
| "web-ucf-crosslaunch"
|
|
10101
10103
|
| "wireless-share";
|
|
10102
10104
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
10103
10105
|
displayLocation?:
|
package/package.json
CHANGED