@webex/plugin-meetings 2.39.2 → 2.40.0
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/meeting/index.js +0 -8
- package/dist/meeting/index.js.map +1 -1
- package/package.json +17 -17
- package/src/meeting/index.ts +0 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/plugin-meetings",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.40.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"license": "Cisco EULA (https://www.cisco.com/c/en/us/products/end-user-license-agreement.html)",
|
|
6
6
|
"contributors": [
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"build": "yarn run -T tsc --declaration true --declarationDir ./dist"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@webex/plugin-meetings": "2.
|
|
35
|
-
"@webex/test-helper-chai": "2.
|
|
36
|
-
"@webex/test-helper-mocha": "2.
|
|
37
|
-
"@webex/test-helper-mock-webex": "2.
|
|
38
|
-
"@webex/test-helper-retry": "2.
|
|
39
|
-
"@webex/test-helper-test-users": "2.
|
|
34
|
+
"@webex/plugin-meetings": "2.40.0",
|
|
35
|
+
"@webex/test-helper-chai": "2.40.0",
|
|
36
|
+
"@webex/test-helper-mocha": "2.40.0",
|
|
37
|
+
"@webex/test-helper-mock-webex": "2.40.0",
|
|
38
|
+
"@webex/test-helper-retry": "2.40.0",
|
|
39
|
+
"@webex/test-helper-test-users": "2.40.0",
|
|
40
40
|
"chai": "^4.3.4",
|
|
41
41
|
"chai-as-promised": "^7.1.1",
|
|
42
42
|
"jsdom-global": "3.0.2",
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
"typescript": "^4.7.4"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@webex/common": "2.
|
|
47
|
+
"@webex/common": "2.40.0",
|
|
48
48
|
"@webex/internal-media-core": "0.0.7-beta",
|
|
49
|
-
"@webex/internal-plugin-conversation": "2.
|
|
50
|
-
"@webex/internal-plugin-device": "2.
|
|
51
|
-
"@webex/internal-plugin-mercury": "2.
|
|
52
|
-
"@webex/internal-plugin-metrics": "2.
|
|
53
|
-
"@webex/internal-plugin-support": "2.
|
|
54
|
-
"@webex/internal-plugin-user": "2.
|
|
55
|
-
"@webex/plugin-people": "2.
|
|
56
|
-
"@webex/plugin-rooms": "2.
|
|
49
|
+
"@webex/internal-plugin-conversation": "2.40.0",
|
|
50
|
+
"@webex/internal-plugin-device": "2.40.0",
|
|
51
|
+
"@webex/internal-plugin-mercury": "2.40.0",
|
|
52
|
+
"@webex/internal-plugin-metrics": "2.40.0",
|
|
53
|
+
"@webex/internal-plugin-support": "2.40.0",
|
|
54
|
+
"@webex/internal-plugin-user": "2.40.0",
|
|
55
|
+
"@webex/plugin-people": "2.40.0",
|
|
56
|
+
"@webex/plugin-rooms": "2.40.0",
|
|
57
57
|
"@webex/ts-sdp": "1.0.1",
|
|
58
|
-
"@webex/webex-core": "2.
|
|
58
|
+
"@webex/webex-core": "2.40.0",
|
|
59
59
|
"bowser": "^2.11.0",
|
|
60
60
|
"btoa": "^1.2.1",
|
|
61
61
|
"dotenv": "^4.0.0",
|
package/src/meeting/index.ts
CHANGED
|
@@ -4631,15 +4631,6 @@ export default class Meeting extends StatelessWebexPlugin {
|
|
|
4631
4631
|
error
|
|
4632
4632
|
);
|
|
4633
4633
|
|
|
4634
|
-
Metrics.sendBehavioralMetric(BEHAVIORAL_METRICS.ADD_MEDIA_FAILURE, {
|
|
4635
|
-
correlation_id: this.correlationId,
|
|
4636
|
-
locus_id: this.locusUrl.split('/').pop(),
|
|
4637
|
-
reason: error.message,
|
|
4638
|
-
stack: error.stack,
|
|
4639
|
-
turnDiscoverySkippedReason,
|
|
4640
|
-
turnServerUsed,
|
|
4641
|
-
});
|
|
4642
|
-
|
|
4643
4634
|
throw error;
|
|
4644
4635
|
})
|
|
4645
4636
|
.then(
|