call-control-sdk 6.5.3 → 6.5.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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -64,7 +64,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
64
64
|
var import_vault = require("@react-solutions/vault");
|
|
65
65
|
|
|
66
66
|
// call-control-sdk/lib/services/endPoint.ts
|
|
67
|
-
var IP = "
|
|
67
|
+
var IP = "cti.aighospitals.com";
|
|
68
68
|
var BASE_URL = `https://${IP}:8095`;
|
|
69
69
|
var WS_BASE_URL = `wss://${IP}:8095`;
|
|
70
70
|
var VERSION = {
|