@webex/event-dictionary-ts 1.0.1881 → 1.0.1883
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.
|
@@ -1610,7 +1610,7 @@ export interface Event {
|
|
|
1610
1610
|
| "protocol-restart-and-join"
|
|
1611
1611
|
| "protocol-generated-link"
|
|
1612
1612
|
| "protocol-in-meeting-upgrade"
|
|
1613
|
-
| "protocol-single-
|
|
1613
|
+
| "protocol-single-interstitial-sign-in-join";
|
|
1614
1614
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
1615
1615
|
displayLocation?:
|
|
1616
1616
|
| "toast"
|
|
@@ -15994,7 +15994,7 @@ export interface ClientEvent {
|
|
|
15994
15994
|
| "protocol-restart-and-join"
|
|
15995
15995
|
| "protocol-generated-link"
|
|
15996
15996
|
| "protocol-in-meeting-upgrade"
|
|
15997
|
-
| "protocol-single-
|
|
15997
|
+
| "protocol-single-interstitial-sign-in-join";
|
|
15998
15998
|
leaveReason?: "paired-leave" | "one-to-one" | "ended-by-locus";
|
|
15999
15999
|
displayLocation?:
|
|
16000
16000
|
| "toast"
|
package/package.json
CHANGED