versacall-core-library-react 2.0.67 → 2.0.68

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.
@@ -133,7 +133,7 @@ class ChannelsProvider extends _react.Component {
133
133
  const modifiedUrl = urlArray[urlArray.length - 1];
134
134
  client = emitter.connect({
135
135
  host: modifiedUrl,
136
- port: 9090,
136
+ port: 443,
137
137
  secure: true
138
138
  });
139
139
  client.on('connect', conack => {
package/package.json CHANGED
@@ -2,10 +2,10 @@
2
2
  "versacall": {
3
3
  "title": "Versacall Core Library React",
4
4
  "applicationType": "react-library",
5
- "build": 67
5
+ "build": 68
6
6
  },
7
7
  "name": "versacall-core-library-react",
8
- "version": "2.0.67",
8
+ "version": "2.0.68",
9
9
  "description": "Versacall Core Library",
10
10
  "main": "dist/index.js",
11
11
  "module": "dist/index.js",