@webex/event-dictionary-ts 1.0.2106 → 1.0.2107
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.
|
@@ -2097,6 +2097,7 @@ export interface Event {
|
|
|
2097
2097
|
isRoapCallEnabled?: boolean;
|
|
2098
2098
|
isFirstTimeUser?: boolean;
|
|
2099
2099
|
isWebReturnUser?: boolean;
|
|
2100
|
+
webOnlyDayCrossLaunch?: boolean;
|
|
2100
2101
|
responseCode?: number;
|
|
2101
2102
|
/**
|
|
2102
2103
|
* Join Meeting Time
|
|
@@ -17876,6 +17877,7 @@ export interface ClientEvent {
|
|
|
17876
17877
|
isRoapCallEnabled?: boolean;
|
|
17877
17878
|
isFirstTimeUser?: boolean;
|
|
17878
17879
|
isWebReturnUser?: boolean;
|
|
17880
|
+
webOnlyDayCrossLaunch?: boolean;
|
|
17879
17881
|
responseCode?: number;
|
|
17880
17882
|
/**
|
|
17881
17883
|
* Join Meeting Time
|
package/package.json
CHANGED