@webex/recipe-private-web-client 2.59.3-next.1 → 2.59.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/.eslintrc.js +6 -6
- package/README.md +33 -33
- package/babel.config.js +3 -3
- package/dist/config.js +2 -2
- package/dist/config.js.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/jest.config.js +3 -3
- package/package.json +33 -34
- package/process +1 -1
- package/src/config.js +16 -16
- package/src/index.js +40 -40
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
|
-
[](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
|
+
[](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: {
|
package/dist/config.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_storageAdapterLocalForage","_interopRequireDefault","require","_storageAdapterLocalStorage","_default","device","enableInactivityEnforcement","storage","boundedAdapter","LocalStorageStoreAdapter","unboundedAdapter","LocalForageStoreAdapter","exports","default"],"sources":["config.js"],"sourcesContent":["/*!\
|
|
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"}
|
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":["/*!\
|
|
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"}
|
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,5 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webex/recipe-private-web-client",
|
|
3
|
+
"version": "2.59.4",
|
|
3
4
|
"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.",
|
|
4
5
|
"license": "MIT",
|
|
5
6
|
"main": "dist/index.js",
|
|
@@ -19,34 +20,33 @@
|
|
|
19
20
|
]
|
|
20
21
|
},
|
|
21
22
|
"dependencies": {
|
|
22
|
-
"@webex/internal-plugin-avatar": "
|
|
23
|
-
"@webex/internal-plugin-board": "
|
|
24
|
-
"@webex/internal-plugin-calendar": "
|
|
25
|
-
"@webex/internal-plugin-conversation": "
|
|
26
|
-
"@webex/internal-plugin-device": "
|
|
27
|
-
"@webex/internal-plugin-encryption": "
|
|
28
|
-
"@webex/internal-plugin-feature": "
|
|
29
|
-
"@webex/internal-plugin-flag": "
|
|
30
|
-
"@webex/internal-plugin-lyra": "
|
|
31
|
-
"@webex/internal-plugin-mercury": "
|
|
32
|
-
"@webex/internal-plugin-metrics": "
|
|
33
|
-
"@webex/internal-plugin-presence": "
|
|
34
|
-
"@webex/internal-plugin-search": "
|
|
35
|
-
"@webex/internal-plugin-support": "
|
|
36
|
-
"@webex/internal-plugin-team": "
|
|
37
|
-
"@webex/internal-plugin-user": "
|
|
38
|
-
"@webex/plugin-authorization-browser-first-party": "
|
|
39
|
-
"@webex/plugin-logger": "
|
|
40
|
-
"@webex/plugin-people": "
|
|
41
|
-
"@webex/storage-adapter-local-forage": "
|
|
42
|
-
"@webex/storage-adapter-local-storage": "
|
|
43
|
-
"@webex/webex-core": "
|
|
23
|
+
"@webex/internal-plugin-avatar": "2.59.4",
|
|
24
|
+
"@webex/internal-plugin-board": "2.59.4",
|
|
25
|
+
"@webex/internal-plugin-calendar": "2.59.4",
|
|
26
|
+
"@webex/internal-plugin-conversation": "2.59.4",
|
|
27
|
+
"@webex/internal-plugin-device": "2.59.4",
|
|
28
|
+
"@webex/internal-plugin-encryption": "2.59.4",
|
|
29
|
+
"@webex/internal-plugin-feature": "2.59.4",
|
|
30
|
+
"@webex/internal-plugin-flag": "2.59.4",
|
|
31
|
+
"@webex/internal-plugin-lyra": "2.59.4",
|
|
32
|
+
"@webex/internal-plugin-mercury": "2.59.4",
|
|
33
|
+
"@webex/internal-plugin-metrics": "2.59.4",
|
|
34
|
+
"@webex/internal-plugin-presence": "2.59.4",
|
|
35
|
+
"@webex/internal-plugin-search": "2.59.4",
|
|
36
|
+
"@webex/internal-plugin-support": "2.59.4",
|
|
37
|
+
"@webex/internal-plugin-team": "2.59.4",
|
|
38
|
+
"@webex/internal-plugin-user": "2.59.4",
|
|
39
|
+
"@webex/plugin-authorization-browser-first-party": "2.59.4",
|
|
40
|
+
"@webex/plugin-logger": "2.59.4",
|
|
41
|
+
"@webex/plugin-people": "2.59.4",
|
|
42
|
+
"@webex/storage-adapter-local-forage": "2.59.4",
|
|
43
|
+
"@webex/storage-adapter-local-storage": "2.59.4",
|
|
44
|
+
"@webex/webex-core": "2.59.4",
|
|
44
45
|
"lodash": "^4.17.21"
|
|
45
46
|
},
|
|
46
47
|
"scripts": {
|
|
47
48
|
"build": "yarn build:src",
|
|
48
49
|
"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,16 +55,15 @@
|
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@babel/core": "^7.17.10",
|
|
58
|
-
"@webex/babel-config-legacy": "
|
|
59
|
-
"@webex/eslint-config-legacy": "
|
|
60
|
-
"@webex/jest-config-legacy": "
|
|
61
|
-
"@webex/legacy-tools": "
|
|
62
|
-
"@webex/test-helper-chai": "
|
|
63
|
-
"@webex/test-helper-mocha": "
|
|
64
|
-
"@webex/test-helper-mock-webex": "
|
|
65
|
-
"@webex/test-helper-test-users": "
|
|
58
|
+
"@webex/babel-config-legacy": "2.59.4",
|
|
59
|
+
"@webex/eslint-config-legacy": "2.59.4",
|
|
60
|
+
"@webex/jest-config-legacy": "2.59.4",
|
|
61
|
+
"@webex/legacy-tools": "2.59.4",
|
|
62
|
+
"@webex/test-helper-chai": "2.59.4",
|
|
63
|
+
"@webex/test-helper-mocha": "2.59.4",
|
|
64
|
+
"@webex/test-helper-mock-webex": "2.59.4",
|
|
65
|
+
"@webex/test-helper-test-users": "2.59.4",
|
|
66
66
|
"eslint": "^8.24.0",
|
|
67
67
|
"prettier": "^2.7.1"
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
}
|
|
68
|
+
}
|
|
69
|
+
}
|
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
|
+
}
|