@webex/internal-plugin-metrics 3.0.0-beta.402 → 3.0.0-beta.403
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.
package/dist/metrics.js
CHANGED
|
@@ -179,6 +179,7 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
|
|
|
179
179
|
meetingOrgId?: string;
|
|
180
180
|
msteamsTenantGuid?: string;
|
|
181
181
|
msteamsConferenceId?: string;
|
|
182
|
+
msteamsMeetingId?: string;
|
|
182
183
|
oauth2ClientId?: string;
|
|
183
184
|
orgId?: string;
|
|
184
185
|
provisionalCorrelationId?: string;
|
|
@@ -250,6 +251,7 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
|
|
|
250
251
|
meetingOrgId?: string;
|
|
251
252
|
msteamsTenantGuid?: string;
|
|
252
253
|
msteamsConferenceId?: string;
|
|
254
|
+
msteamsMeetingId?: string;
|
|
253
255
|
oauth2ClientId?: string;
|
|
254
256
|
orgId?: string;
|
|
255
257
|
provisionalCorrelationId?: string;
|
|
@@ -340,6 +342,7 @@ export default class CallDiagnosticMetrics extends StatelessWebexPlugin {
|
|
|
340
342
|
errorCodeExt1?: number;
|
|
341
343
|
errorData?: {};
|
|
342
344
|
rawErrorMessage?: string;
|
|
345
|
+
mediaDeviceErrors?: string;
|
|
343
346
|
shownToUser: boolean;
|
|
344
347
|
serviceErrorCode?: number;
|
|
345
348
|
name: "other" | "locus.response" | "media-engine" | "ice.failed" | "locus.leave" | "client.leave" | "media-device" | "media-sca" | "wxc";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/internal-plugin-metrics",
|
|
3
|
-
"version": "3.0.0-beta.
|
|
3
|
+
"version": "3.0.0-beta.403",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"build": "yarn run -T tsc --declaration true --declarationDir ./dist/types"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@webex/common": "3.0.0-beta.
|
|
32
|
-
"@webex/common-timers": "3.0.0-beta.
|
|
33
|
-
"@webex/event-dictionary-ts": "^1.0.
|
|
34
|
-
"@webex/internal-plugin-device": "3.0.0-beta.
|
|
35
|
-
"@webex/internal-plugin-metrics": "3.0.0-beta.
|
|
36
|
-
"@webex/test-helper-chai": "3.0.0-beta.
|
|
37
|
-
"@webex/test-helper-mock-webex": "3.0.0-beta.
|
|
38
|
-
"@webex/webex-core": "3.0.0-beta.
|
|
31
|
+
"@webex/common": "3.0.0-beta.403",
|
|
32
|
+
"@webex/common-timers": "3.0.0-beta.403",
|
|
33
|
+
"@webex/event-dictionary-ts": "^1.0.1401",
|
|
34
|
+
"@webex/internal-plugin-device": "3.0.0-beta.403",
|
|
35
|
+
"@webex/internal-plugin-metrics": "3.0.0-beta.403",
|
|
36
|
+
"@webex/test-helper-chai": "3.0.0-beta.403",
|
|
37
|
+
"@webex/test-helper-mock-webex": "3.0.0-beta.403",
|
|
38
|
+
"@webex/webex-core": "3.0.0-beta.403",
|
|
39
39
|
"ip-anonymize": "^0.1.0",
|
|
40
40
|
"lodash": "^4.17.21",
|
|
41
41
|
"uuid": "^3.3.2"
|