@webex/plugin-meetings 1.151.3 → 1.151.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/plugin-meetings",
|
|
3
|
-
"version": "1.151.
|
|
3
|
+
"version": "1.151.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"contributors": [
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/runtime-corejs2": "^7.14.8",
|
|
27
|
-
"@webex/webex-core": "1.151.
|
|
28
|
-
"@webex/internal-plugin-mercury": "1.151.
|
|
27
|
+
"@webex/webex-core": "1.151.4",
|
|
28
|
+
"@webex/internal-plugin-mercury": "1.151.4",
|
|
29
29
|
"webrtc-adapter": "^7.7.0",
|
|
30
30
|
"lodash": "^4.17.21",
|
|
31
31
|
"uuid": "^3.3.2",
|
|
32
32
|
"global": "^4.4.0",
|
|
33
33
|
"ip-anonymize": "^0.1.0",
|
|
34
|
-
"@webex/common": "1.151.
|
|
34
|
+
"@webex/common": "1.151.4",
|
|
35
35
|
"bowser": "^2.11.0",
|
|
36
36
|
"sdp-transform": "^2.12.0",
|
|
37
37
|
"readable-stream": "^3.6.0",
|
|
38
|
-
"@webex/common-timers": "1.151.
|
|
38
|
+
"@webex/common-timers": "1.151.4",
|
|
39
39
|
"btoa": "^1.2.1",
|
|
40
40
|
"javascript-state-machine": "^3.1.0",
|
|
41
41
|
"envify": "^4.1.0"
|
package/src/meeting/index.js
CHANGED
|
@@ -3787,7 +3787,7 @@ export default class Meeting extends StatelessWebexPlugin {
|
|
|
3787
3787
|
const metricName = METRICS_OPERATIONAL_MEASURES.GET_USER_MEDIA_FAILURE;
|
|
3788
3788
|
const data = {
|
|
3789
3789
|
correlation_id: this.correlationId,
|
|
3790
|
-
locus_id: this.locusUrl
|
|
3790
|
+
locus_id: this.locusUrl?.split('/').pop(),
|
|
3791
3791
|
reason: error.message,
|
|
3792
3792
|
stack: error.stack
|
|
3793
3793
|
};
|