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 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.100.143:8095";
425
- var WS_BASE_URL = "ws://192.168.100.143:8095";
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.100.143:8095";
421
- var WS_BASE_URL = "ws://192.168.100.143:8095";
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
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "call-control-sdk",
3
3
  "description": "Call Control SDK for WebRTC",
4
- "version": "5.0.2",
4
+ "version": "5.0.3",
5
5
  "author": "achala IT",
6
6
  "license": "MIT",
7
7
  "main": "./dist/index.cjs",