@webex/event-dictionary-ts 1.0.1697 → 1.0.1698
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.
|
@@ -1848,6 +1848,7 @@ export interface Event {
|
|
|
1848
1848
|
emailInput?: "none" | "new" | "current" | "changed";
|
|
1849
1849
|
isRoapCallEnabled?: boolean;
|
|
1850
1850
|
isFirstTimeUser?: boolean;
|
|
1851
|
+
isWebReturnUser?: boolean;
|
|
1851
1852
|
responseCode?: number;
|
|
1852
1853
|
/**
|
|
1853
1854
|
* Join Meeting Time
|
|
@@ -15266,6 +15267,7 @@ export interface ClientEvent {
|
|
|
15266
15267
|
emailInput?: "none" | "new" | "current" | "changed";
|
|
15267
15268
|
isRoapCallEnabled?: boolean;
|
|
15268
15269
|
isFirstTimeUser?: boolean;
|
|
15270
|
+
isWebReturnUser?: boolean;
|
|
15269
15271
|
responseCode?: number;
|
|
15270
15272
|
/**
|
|
15271
15273
|
* Join Meeting Time
|
package/package.json
CHANGED