@webex/event-dictionary-ts 1.0.1835 → 1.0.1836
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.
|
@@ -1542,6 +1542,7 @@ export interface Event {
|
|
|
1542
1542
|
| "network-vdi-switch-vdi-to-fallback"
|
|
1543
1543
|
| "startup";
|
|
1544
1544
|
joinCookie?: string;
|
|
1545
|
+
isJoinCookieUsed?: boolean;
|
|
1545
1546
|
serverTime?: number;
|
|
1546
1547
|
expiredAfter?: number;
|
|
1547
1548
|
additionalProperties?: false;
|
|
@@ -15731,6 +15732,7 @@ export interface ClientEvent {
|
|
|
15731
15732
|
| "network-vdi-switch-vdi-to-fallback"
|
|
15732
15733
|
| "startup";
|
|
15733
15734
|
joinCookie?: string;
|
|
15735
|
+
isJoinCookieUsed?: boolean;
|
|
15734
15736
|
serverTime?: number;
|
|
15735
15737
|
expiredAfter?: number;
|
|
15736
15738
|
additionalProperties?: false;
|
package/package.json
CHANGED