@webex/recipe-private-web-client 2.59.2 → 2.59.3-next.1

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/.eslintrc.js CHANGED
@@ -1,6 +1,6 @@
1
- const config = {
2
- root: true,
3
- extends: ['@webex/eslint-config-legacy'],
4
- };
5
-
6
- module.exports = config;
1
+ const config = {
2
+ root: true,
3
+ extends: ['@webex/eslint-config-legacy'],
4
+ };
5
+
6
+ module.exports = config;
package/README.md CHANGED
@@ -1,33 +1,33 @@
1
- # @webex/recipe-private-web-client
2
-
3
- [![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
4
-
5
- > Transitional package for web client. **DO NOT USE** in new projects.
6
-
7
- - [Install](#install)
8
- - [Usage](#usage)
9
- - [Contribute](#contribute)
10
- - [Maintainers](#maintainers)
11
- - [License](#license)
12
-
13
- ## Install
14
-
15
- ```bash
16
- npm install --save @webex/recipe-private-web-client
17
- ```
18
-
19
- ## Usage
20
-
21
- Transitional package for web client. **DO NOT USE** in new projects.
22
-
23
- ## Maintainers
24
-
25
- This package is maintained by [Cisco Webex for Developers](https://developer.webex.com/).
26
-
27
- ## Contribute
28
-
29
- Pull requests welcome. Please see [CONTRIBUTING.md](https://github.com/webex/webex-js-sdk/blob/master/CONTRIBUTING.md) for more details.
30
-
31
- ## License
32
-
33
- © 2016-2020 Cisco and/or its affiliates. All Rights Reserved.
1
+ # @webex/recipe-private-web-client
2
+
3
+ [![standard-readme compliant](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
4
+
5
+ > Transitional package for web client. **DO NOT USE** in new projects.
6
+
7
+ - [Install](#install)
8
+ - [Usage](#usage)
9
+ - [Contribute](#contribute)
10
+ - [Maintainers](#maintainers)
11
+ - [License](#license)
12
+
13
+ ## Install
14
+
15
+ ```bash
16
+ npm install --save @webex/recipe-private-web-client
17
+ ```
18
+
19
+ ## Usage
20
+
21
+ Transitional package for web client. **DO NOT USE** in new projects.
22
+
23
+ ## Maintainers
24
+
25
+ This package is maintained by [Cisco Webex for Developers](https://developer.webex.com/).
26
+
27
+ ## Contribute
28
+
29
+ Pull requests welcome. Please see [CONTRIBUTING.md](https://github.com/webex/webex-js-sdk/blob/master/CONTRIBUTING.md) for more details.
30
+
31
+ ## License
32
+
33
+ © 2016-2020 Cisco and/or its affiliates. All Rights Reserved.
package/babel.config.js CHANGED
@@ -1,3 +1,3 @@
1
- const babelConfigLegacy = require('@webex/babel-config-legacy');
2
-
3
- module.exports = babelConfigLegacy;
1
+ const babelConfigLegacy = require('@webex/babel-config-legacy');
2
+
3
+ module.exports = babelConfigLegacy;
package/dist/config.js CHANGED
@@ -8,8 +8,8 @@ _Object$defineProperty(exports, "__esModule", {
8
8
  exports.default = void 0;
9
9
  var _storageAdapterLocalForage = _interopRequireDefault(require("@webex/storage-adapter-local-forage"));
10
10
  var _storageAdapterLocalStorage = _interopRequireDefault(require("@webex/storage-adapter-local-storage"));
11
- /*!
12
- * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.
11
+ /*!
12
+ * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.
13
13
  */
14
14
  var _default = {
15
15
  device: {
@@ -1 +1 @@
1
- {"version":3,"names":["_storageAdapterLocalForage","_interopRequireDefault","require","_storageAdapterLocalStorage","_default","device","enableInactivityEnforcement","storage","boundedAdapter","LocalStorageStoreAdapter","unboundedAdapter","LocalForageStoreAdapter","exports","default"],"sources":["config.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport LocalForageStoreAdapter from '@webex/storage-adapter-local-forage';\nimport LocalStorageStoreAdapter from '@webex/storage-adapter-local-storage';\n\nexport default {\n device: {\n enableInactivityEnforcement: true,\n },\n storage: {\n boundedAdapter: new LocalStorageStoreAdapter('web-client-internal'),\n unboundedAdapter: new LocalForageStoreAdapter('web-client-internal'),\n },\n};\n"],"mappings":";;;;;;;;AAIA,IAAAA,0BAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,2BAAA,GAAAF,sBAAA,CAAAC,OAAA;AALA;AACA;AACA;AAFA,IAAAE,QAAA,GAOe;EACbC,MAAM,EAAE;IACNC,2BAA2B,EAAE;EAC/B,CAAC;EACDC,OAAO,EAAE;IACPC,cAAc,EAAE,IAAIC,mCAAwB,CAAC,qBAAqB,CAAC;IACnEC,gBAAgB,EAAE,IAAIC,kCAAuB,CAAC,qBAAqB;EACrE;AACF,CAAC;AAAAC,OAAA,CAAAC,OAAA,GAAAT,QAAA"}
1
+ {"version":3,"names":["_storageAdapterLocalForage","_interopRequireDefault","require","_storageAdapterLocalStorage","_default","device","enableInactivityEnforcement","storage","boundedAdapter","LocalStorageStoreAdapter","unboundedAdapter","LocalForageStoreAdapter","exports","default"],"sources":["config.js"],"sourcesContent":["/*!\r\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\r\n */\r\n\r\nimport LocalForageStoreAdapter from '@webex/storage-adapter-local-forage';\r\nimport LocalStorageStoreAdapter from '@webex/storage-adapter-local-storage';\r\n\r\nexport default {\r\n device: {\r\n enableInactivityEnforcement: true,\r\n },\r\n storage: {\r\n boundedAdapter: new LocalStorageStoreAdapter('web-client-internal'),\r\n unboundedAdapter: new LocalForageStoreAdapter('web-client-internal'),\r\n },\r\n};\r\n"],"mappings":";;;;;;;;AAIA,IAAAA,0BAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,2BAAA,GAAAF,sBAAA,CAAAC,OAAA;AALA;AACA;AACA;AAFA,IAAAE,QAAA,GAOe;EACbC,MAAM,EAAE;IACNC,2BAA2B,EAAE;EAC/B,CAAC;EACDC,OAAO,EAAE;IACPC,cAAc,EAAE,IAAIC,mCAAwB,CAAC,qBAAqB,CAAC;IACnEC,gBAAgB,EAAE,IAAIC,kCAAuB,CAAC,qBAAqB;EACrE;AACF,CAAC;AAAAC,OAAA,CAAAC,OAAA,GAAAT,QAAA"}
package/dist/index.js CHANGED
@@ -28,14 +28,14 @@ require("@webex/internal-plugin-device");
28
28
  require("@webex/plugin-people");
29
29
  var _webexCore = _interopRequireDefault(require("@webex/webex-core"));
30
30
  var _config = _interopRequireDefault(require("./config"));
31
- /*!
32
- * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.
31
+ /*!
32
+ * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.
33
33
  */
34
34
 
35
- /**
36
- * @param {Object} attrs
37
- * @param {Object} attrs.config
38
- * @returns {Webex}
35
+ /**
36
+ * @param {Object} attrs
37
+ * @param {Object} attrs.config
38
+ * @returns {Webex}
39
39
  */
40
40
  function Webex(attrs) {
41
41
  attrs = attrs || {};
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"names":["require","_webexCore","_interopRequireDefault","_config","Webex","attrs","config","_merge2","default","WebexCore"],"sources":["index.js"],"sourcesContent":["/*!\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\n */\n\nimport '@webex/plugin-authorization-browser-first-party';\nimport '@webex/internal-plugin-avatar';\nimport '@webex/internal-plugin-board';\nimport '@webex/internal-plugin-calendar';\nimport '@webex/internal-plugin-conversation';\nimport '@webex/internal-plugin-encryption';\nimport '@webex/internal-plugin-feature';\nimport '@webex/internal-plugin-flag';\nimport '@webex/plugin-logger';\nimport '@webex/internal-plugin-mercury';\nimport '@webex/internal-plugin-metrics';\nimport '@webex/internal-plugin-presence';\nimport '@webex/internal-plugin-search';\nimport '@webex/internal-plugin-support';\nimport '@webex/internal-plugin-team';\nimport '@webex/internal-plugin-user';\nimport '@webex/internal-plugin-lyra';\nimport '@webex/internal-plugin-device';\nimport '@webex/plugin-people';\n\nimport WebexCore from '@webex/webex-core';\nimport {merge} from 'lodash';\n\nimport config from './config';\n\n/**\n * @param {Object} attrs\n * @param {Object} attrs.config\n * @returns {Webex}\n */\nexport default function Webex(attrs) {\n attrs = attrs || {};\n attrs.config = merge(config, attrs.config);\n\n return new WebexCore(attrs);\n}\n"],"mappings":";;;;;;;;;AAIAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AAEA,IAAAC,UAAA,GAAAC,sBAAA,CAAAF,OAAA;AAGA,IAAAG,OAAA,GAAAD,sBAAA,CAAAF,OAAA;AA3BA;AACA;AACA;;AA2BA;AACA;AACA;AACA;AACA;AACe,SAASI,KAAKA,CAACC,KAAK,EAAE;EACnCA,KAAK,GAAGA,KAAK,IAAI,CAAC,CAAC;EACnBA,KAAK,CAACC,MAAM,GAAG,IAAAC,OAAA,CAAAC,OAAA,EAAMF,eAAM,EAAED,KAAK,CAACC,MAAM,CAAC;EAE1C,OAAO,IAAIG,kBAAS,CAACJ,KAAK,CAAC;AAC7B"}
1
+ {"version":3,"names":["require","_webexCore","_interopRequireDefault","_config","Webex","attrs","config","_merge2","default","WebexCore"],"sources":["index.js"],"sourcesContent":["/*!\r\n * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.\r\n */\r\n\r\nimport '@webex/plugin-authorization-browser-first-party';\r\nimport '@webex/internal-plugin-avatar';\r\nimport '@webex/internal-plugin-board';\r\nimport '@webex/internal-plugin-calendar';\r\nimport '@webex/internal-plugin-conversation';\r\nimport '@webex/internal-plugin-encryption';\r\nimport '@webex/internal-plugin-feature';\r\nimport '@webex/internal-plugin-flag';\r\nimport '@webex/plugin-logger';\r\nimport '@webex/internal-plugin-mercury';\r\nimport '@webex/internal-plugin-metrics';\r\nimport '@webex/internal-plugin-presence';\r\nimport '@webex/internal-plugin-search';\r\nimport '@webex/internal-plugin-support';\r\nimport '@webex/internal-plugin-team';\r\nimport '@webex/internal-plugin-user';\r\nimport '@webex/internal-plugin-lyra';\r\nimport '@webex/internal-plugin-device';\r\nimport '@webex/plugin-people';\r\n\r\nimport WebexCore from '@webex/webex-core';\r\nimport {merge} from 'lodash';\r\n\r\nimport config from './config';\r\n\r\n/**\r\n * @param {Object} attrs\r\n * @param {Object} attrs.config\r\n * @returns {Webex}\r\n */\r\nexport default function Webex(attrs) {\r\n attrs = attrs || {};\r\n attrs.config = merge(config, attrs.config);\r\n\r\n return new WebexCore(attrs);\r\n}\r\n"],"mappings":";;;;;;;;;AAIAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AAEA,IAAAC,UAAA,GAAAC,sBAAA,CAAAF,OAAA;AAGA,IAAAG,OAAA,GAAAD,sBAAA,CAAAF,OAAA;AA3BA;AACA;AACA;;AA2BA;AACA;AACA;AACA;AACA;AACe,SAASI,KAAKA,CAACC,KAAK,EAAE;EACnCA,KAAK,GAAGA,KAAK,IAAI,CAAC,CAAC;EACnBA,KAAK,CAACC,MAAM,GAAG,IAAAC,OAAA,CAAAC,OAAA,EAAMF,eAAM,EAAED,KAAK,CAACC,MAAM,CAAC;EAE1C,OAAO,IAAIG,kBAAS,CAACJ,KAAK,CAAC;AAC7B"}
package/jest.config.js CHANGED
@@ -1,3 +1,3 @@
1
- const config = require('@webex/jest-config-legacy');
2
-
3
- module.exports = config;
1
+ const config = require('@webex/jest-config-legacy');
2
+
3
+ module.exports = config;
package/package.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "name": "@webex/recipe-private-web-client",
3
- "version": "2.59.2",
4
3
  "description": "This is a plugin recipe for the Cisco Webex JS SDK. This recipe uses internal APIs to provide the features needed by the Cisco Webex Teams Client. There is no guarantee of non-breaking changes. Non-Cisco engineers should stick to the `webex` package.",
5
4
  "license": "MIT",
6
5
  "main": "dist/index.js",
@@ -20,33 +19,34 @@
20
19
  ]
21
20
  },
22
21
  "dependencies": {
23
- "@webex/internal-plugin-avatar": "2.59.2",
24
- "@webex/internal-plugin-board": "2.59.2",
25
- "@webex/internal-plugin-calendar": "2.59.2",
26
- "@webex/internal-plugin-conversation": "2.59.2",
27
- "@webex/internal-plugin-device": "2.59.2",
28
- "@webex/internal-plugin-encryption": "2.59.2",
29
- "@webex/internal-plugin-feature": "2.59.2",
30
- "@webex/internal-plugin-flag": "2.59.2",
31
- "@webex/internal-plugin-lyra": "2.59.2",
32
- "@webex/internal-plugin-mercury": "2.59.2",
33
- "@webex/internal-plugin-metrics": "2.59.2",
34
- "@webex/internal-plugin-presence": "2.59.2",
35
- "@webex/internal-plugin-search": "2.59.2",
36
- "@webex/internal-plugin-support": "2.59.2",
37
- "@webex/internal-plugin-team": "2.59.2",
38
- "@webex/internal-plugin-user": "2.59.2",
39
- "@webex/plugin-authorization-browser-first-party": "2.59.2",
40
- "@webex/plugin-logger": "2.59.2",
41
- "@webex/plugin-people": "2.59.2",
42
- "@webex/storage-adapter-local-forage": "2.59.2",
43
- "@webex/storage-adapter-local-storage": "2.59.2",
44
- "@webex/webex-core": "2.59.2",
22
+ "@webex/internal-plugin-avatar": "^2.59.3-next.1",
23
+ "@webex/internal-plugin-board": "^2.59.3-next.1",
24
+ "@webex/internal-plugin-calendar": "^2.59.3-next.1",
25
+ "@webex/internal-plugin-conversation": "^2.59.3-next.1",
26
+ "@webex/internal-plugin-device": "^2.59.3-next.1",
27
+ "@webex/internal-plugin-encryption": "^2.59.3-next.1",
28
+ "@webex/internal-plugin-feature": "^2.59.3-next.1",
29
+ "@webex/internal-plugin-flag": "^2.59.3-next.1",
30
+ "@webex/internal-plugin-lyra": "^2.59.3-next.1",
31
+ "@webex/internal-plugin-mercury": "^2.59.3-next.1",
32
+ "@webex/internal-plugin-metrics": "^2.59.3-next.1",
33
+ "@webex/internal-plugin-presence": "^2.59.3-next.1",
34
+ "@webex/internal-plugin-search": "^2.59.3-next.1",
35
+ "@webex/internal-plugin-support": "^2.59.3-next.1",
36
+ "@webex/internal-plugin-team": "^2.59.3-next.1",
37
+ "@webex/internal-plugin-user": "^2.59.3-next.1",
38
+ "@webex/plugin-authorization-browser-first-party": "^2.59.3-next.1",
39
+ "@webex/plugin-logger": "^2.59.3-next.1",
40
+ "@webex/plugin-people": "^2.59.3-next.1",
41
+ "@webex/storage-adapter-local-forage": "^2.59.3-next.1",
42
+ "@webex/storage-adapter-local-storage": "^2.59.3-next.1",
43
+ "@webex/webex-core": "^2.59.3-next.1",
45
44
  "lodash": "^4.17.21"
46
45
  },
47
46
  "scripts": {
48
47
  "build": "yarn build:src",
49
48
  "build:src": "webex-legacy-tools build -dest \"./dist\" -src \"./src\" -js -ts -maps",
49
+ "deploy:npm": "yarn npm publish",
50
50
  "test": "yarn test:style && yarn test:unit && yarn test:integration && yarn test:browser",
51
51
  "test:browser": "webex-legacy-tools test --integration --unit --runner karma",
52
52
  "test:integration": "webex-legacy-tools test --integration --runner mocha",
@@ -55,15 +55,16 @@
55
55
  },
56
56
  "devDependencies": {
57
57
  "@babel/core": "^7.17.10",
58
- "@webex/babel-config-legacy": "2.59.2",
59
- "@webex/eslint-config-legacy": "2.59.2",
60
- "@webex/jest-config-legacy": "2.59.2",
61
- "@webex/legacy-tools": "2.59.2",
62
- "@webex/test-helper-chai": "2.59.2",
63
- "@webex/test-helper-mocha": "2.59.2",
64
- "@webex/test-helper-mock-webex": "2.59.2",
65
- "@webex/test-helper-test-users": "2.59.2",
58
+ "@webex/babel-config-legacy": "^0.0.0",
59
+ "@webex/eslint-config-legacy": "^0.0.0",
60
+ "@webex/jest-config-legacy": "^0.0.0",
61
+ "@webex/legacy-tools": "^0.0.0",
62
+ "@webex/test-helper-chai": "^2.59.3-next.1",
63
+ "@webex/test-helper-mocha": "^2.59.3-next.1",
64
+ "@webex/test-helper-mock-webex": "^2.59.3-next.1",
65
+ "@webex/test-helper-test-users": "^2.59.3-next.1",
66
66
  "eslint": "^8.24.0",
67
67
  "prettier": "^2.7.1"
68
- }
69
- }
68
+ },
69
+ "version": "2.59.3-next.1"
70
+ }
package/process CHANGED
@@ -1 +1 @@
1
- module.exports = {browser: true};
1
+ module.exports = {browser: true};
package/src/config.js CHANGED
@@ -1,16 +1,16 @@
1
- /*!
2
- * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.
3
- */
4
-
5
- import LocalForageStoreAdapter from '@webex/storage-adapter-local-forage';
6
- import LocalStorageStoreAdapter from '@webex/storage-adapter-local-storage';
7
-
8
- export default {
9
- device: {
10
- enableInactivityEnforcement: true,
11
- },
12
- storage: {
13
- boundedAdapter: new LocalStorageStoreAdapter('web-client-internal'),
14
- unboundedAdapter: new LocalForageStoreAdapter('web-client-internal'),
15
- },
16
- };
1
+ /*!
2
+ * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.
3
+ */
4
+
5
+ import LocalForageStoreAdapter from '@webex/storage-adapter-local-forage';
6
+ import LocalStorageStoreAdapter from '@webex/storage-adapter-local-storage';
7
+
8
+ export default {
9
+ device: {
10
+ enableInactivityEnforcement: true,
11
+ },
12
+ storage: {
13
+ boundedAdapter: new LocalStorageStoreAdapter('web-client-internal'),
14
+ unboundedAdapter: new LocalForageStoreAdapter('web-client-internal'),
15
+ },
16
+ };
package/src/index.js CHANGED
@@ -1,40 +1,40 @@
1
- /*!
2
- * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.
3
- */
4
-
5
- import '@webex/plugin-authorization-browser-first-party';
6
- import '@webex/internal-plugin-avatar';
7
- import '@webex/internal-plugin-board';
8
- import '@webex/internal-plugin-calendar';
9
- import '@webex/internal-plugin-conversation';
10
- import '@webex/internal-plugin-encryption';
11
- import '@webex/internal-plugin-feature';
12
- import '@webex/internal-plugin-flag';
13
- import '@webex/plugin-logger';
14
- import '@webex/internal-plugin-mercury';
15
- import '@webex/internal-plugin-metrics';
16
- import '@webex/internal-plugin-presence';
17
- import '@webex/internal-plugin-search';
18
- import '@webex/internal-plugin-support';
19
- import '@webex/internal-plugin-team';
20
- import '@webex/internal-plugin-user';
21
- import '@webex/internal-plugin-lyra';
22
- import '@webex/internal-plugin-device';
23
- import '@webex/plugin-people';
24
-
25
- import WebexCore from '@webex/webex-core';
26
- import {merge} from 'lodash';
27
-
28
- import config from './config';
29
-
30
- /**
31
- * @param {Object} attrs
32
- * @param {Object} attrs.config
33
- * @returns {Webex}
34
- */
35
- export default function Webex(attrs) {
36
- attrs = attrs || {};
37
- attrs.config = merge(config, attrs.config);
38
-
39
- return new WebexCore(attrs);
40
- }
1
+ /*!
2
+ * Copyright (c) 2015-2020 Cisco Systems, Inc. See LICENSE file.
3
+ */
4
+
5
+ import '@webex/plugin-authorization-browser-first-party';
6
+ import '@webex/internal-plugin-avatar';
7
+ import '@webex/internal-plugin-board';
8
+ import '@webex/internal-plugin-calendar';
9
+ import '@webex/internal-plugin-conversation';
10
+ import '@webex/internal-plugin-encryption';
11
+ import '@webex/internal-plugin-feature';
12
+ import '@webex/internal-plugin-flag';
13
+ import '@webex/plugin-logger';
14
+ import '@webex/internal-plugin-mercury';
15
+ import '@webex/internal-plugin-metrics';
16
+ import '@webex/internal-plugin-presence';
17
+ import '@webex/internal-plugin-search';
18
+ import '@webex/internal-plugin-support';
19
+ import '@webex/internal-plugin-team';
20
+ import '@webex/internal-plugin-user';
21
+ import '@webex/internal-plugin-lyra';
22
+ import '@webex/internal-plugin-device';
23
+ import '@webex/plugin-people';
24
+
25
+ import WebexCore from '@webex/webex-core';
26
+ import {merge} from 'lodash';
27
+
28
+ import config from './config';
29
+
30
+ /**
31
+ * @param {Object} attrs
32
+ * @param {Object} attrs.config
33
+ * @returns {Webex}
34
+ */
35
+ export default function Webex(attrs) {
36
+ attrs = attrs || {};
37
+ attrs.config = merge(config, attrs.config);
38
+
39
+ return new WebexCore(attrs);
40
+ }