@webex/event-dictionary-ts 1.0.1823 → 1.0.1825
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.
|
@@ -2003,6 +2003,7 @@ export interface Event {
|
|
|
2003
2003
|
locusBreakoutSessionMoveReqResp?: number;
|
|
2004
2004
|
locusJoinReqResp?: number;
|
|
2005
2005
|
loggedToInterstitial?: number;
|
|
2006
|
+
loginEndToInterstitialTime?: number;
|
|
2006
2007
|
loginTime?: number;
|
|
2007
2008
|
meetingInfoFetchTime?: number;
|
|
2008
2009
|
meetingInfoReqResp?: number;
|
|
@@ -16167,6 +16168,7 @@ export interface ClientEvent {
|
|
|
16167
16168
|
locusBreakoutSessionMoveReqResp?: number;
|
|
16168
16169
|
locusJoinReqResp?: number;
|
|
16169
16170
|
loggedToInterstitial?: number;
|
|
16171
|
+
loginEndToInterstitialTime?: number;
|
|
16170
16172
|
loginTime?: number;
|
|
16171
16173
|
meetingInfoFetchTime?: number;
|
|
16172
16174
|
meetingInfoReqResp?: number;
|
package/package.json
CHANGED