@webex/event-dictionary-ts 1.0.2059 → 1.0.2061

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.
@@ -4256,6 +4256,9 @@
4256
4256
  "minimum": 0,
4257
4257
  "maximum": 1200000
4258
4258
  },
4259
+ "locusLobbyMovedToMtgToClientExitedLobby": {
4260
+ "type": "integer"
4261
+ },
4259
4262
  "loggedToInterstitial": {
4260
4263
  "type": "integer",
4261
4264
  "minimum": 0
@@ -4810,6 +4810,9 @@
4810
4810
  "minimum": 0,
4811
4811
  "maximum": 1200000
4812
4812
  },
4813
+ "locusLobbyMovedToMtgToClientExitedLobby": {
4814
+ "type": "integer"
4815
+ },
4813
4816
  "loggedToInterstitial": {
4814
4817
  "type": "integer",
4815
4818
  "minimum": 0
@@ -2080,6 +2080,7 @@ export interface Event {
2080
2080
  localSDPGenRemoteSDPRecv?: number;
2081
2081
  locusBreakoutSessionMoveReqResp?: number;
2082
2082
  locusJoinReqResp?: number;
2083
+ locusLobbyMovedToMtgToClientExitedLobby?: number;
2083
2084
  loggedToInterstitial?: number;
2084
2085
  loginEndToInterstitialTime?: number;
2085
2086
  loginTime?: number;
@@ -17407,6 +17408,7 @@ export interface ClientEvent {
17407
17408
  localSDPGenRemoteSDPRecv?: number;
17408
17409
  locusBreakoutSessionMoveReqResp?: number;
17409
17410
  locusJoinReqResp?: number;
17411
+ locusLobbyMovedToMtgToClientExitedLobby?: number;
17410
17412
  loggedToInterstitial?: number;
17411
17413
  loginEndToInterstitialTime?: number;
17412
17414
  loginTime?: number;
package/package.json CHANGED
@@ -27,5 +27,5 @@
27
27
  "access": "public",
28
28
  "registry": "https://registry.npmjs.org"
29
29
  },
30
- "version": "1.0.2059"
30
+ "version": "1.0.2061"
31
31
  }