call-control-sdk 5.0.2 → 5.0.3
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -421,8 +421,8 @@ function useSDKState() {
|
|
|
421
421
|
}
|
|
422
422
|
|
|
423
423
|
// call-control-sdk/lib/services/endPoint.ts
|
|
424
|
-
var BASE_URL = "http://192.168.
|
|
425
|
-
var WS_BASE_URL = "ws://192.168.
|
|
424
|
+
var BASE_URL = "http://192.168.101.177:8095";
|
|
425
|
+
var WS_BASE_URL = "ws://192.168.101.177:8095";
|
|
426
426
|
var VERSION = {
|
|
427
427
|
v1: "/api/v1"
|
|
428
428
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -417,8 +417,8 @@ function useSDKState() {
|
|
|
417
417
|
}
|
|
418
418
|
|
|
419
419
|
// call-control-sdk/lib/services/endPoint.ts
|
|
420
|
-
var BASE_URL = "http://192.168.
|
|
421
|
-
var WS_BASE_URL = "ws://192.168.
|
|
420
|
+
var BASE_URL = "http://192.168.101.177:8095";
|
|
421
|
+
var WS_BASE_URL = "ws://192.168.101.177:8095";
|
|
422
422
|
var VERSION = {
|
|
423
423
|
v1: "/api/v1"
|
|
424
424
|
};
|