@webex/event-dictionary-ts 1.0.1593 → 1.0.1595
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.
|
@@ -1878,6 +1878,7 @@ export interface Event {
|
|
|
1878
1878
|
pageLoadingToLaunchThinClient?: number;
|
|
1879
1879
|
pageLoadingToTFSStartDownload?: number;
|
|
1880
1880
|
pageUrlProtocolDetectToWebexAppLaunched?: number;
|
|
1881
|
+
pageWebexInstallerStartToWebexAppLaunched?: number;
|
|
1881
1882
|
pingJmt?: number;
|
|
1882
1883
|
pluginJmt?: number;
|
|
1883
1884
|
pstnDialInReferL2SIPJoinReq?: number;
|
|
@@ -13985,6 +13986,7 @@ export interface ClientEvent {
|
|
|
13985
13986
|
pageLoadingToLaunchThinClient?: number;
|
|
13986
13987
|
pageLoadingToTFSStartDownload?: number;
|
|
13987
13988
|
pageUrlProtocolDetectToWebexAppLaunched?: number;
|
|
13989
|
+
pageWebexInstallerStartToWebexAppLaunched?: number;
|
|
13988
13990
|
pingJmt?: number;
|
|
13989
13991
|
pluginJmt?: number;
|
|
13990
13992
|
pstnDialInReferL2SIPJoinReq?: number;
|
package/package.json
CHANGED