@dora-cell/sdk 4.1.2 → 4.1.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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -23097,7 +23097,7 @@ var ApiTokenAuthProvider = class {
|
|
|
23097
23097
|
return this.sessionToken;
|
|
23098
23098
|
}
|
|
23099
23099
|
parseCredentials(data) {
|
|
23100
|
-
const DEFAULT_WSS_URL = "wss://
|
|
23100
|
+
const DEFAULT_WSS_URL = "wss://dcell-bills.on-forge.com/ws";
|
|
23101
23101
|
const DEFAULT_SIP_IP = "64.227.10.164";
|
|
23102
23102
|
const DEFAULT_PASSWORD = "1234";
|
|
23103
23103
|
const wsUrl = DEFAULT_WSS_URL;
|
|
@@ -23138,7 +23138,7 @@ var ExtensionAuthProvider = class {
|
|
|
23138
23138
|
this.credentials = {
|
|
23139
23139
|
sipUri: `sip:${extension}@${sipDomain}`,
|
|
23140
23140
|
password,
|
|
23141
|
-
wsUrl: "wss://
|
|
23141
|
+
wsUrl: "wss://dcell-bills.on-forge.com/ws",
|
|
23142
23142
|
extensions: [{ extension, isPrimary: true }],
|
|
23143
23143
|
sipDomain
|
|
23144
23144
|
};
|