ahs-cti 0.0.2-beta.4 → 0.0.2-beta.6

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
@@ -4530,7 +4530,7 @@ async function initSDK({
4530
4530
  apiKey.trim(),
4531
4531
  tenantId.trim(),
4532
4532
  agentId.trim(),
4533
- __spreadValues(__spreadValues({}, initResult == null ? void 0 : initResult.call_controls), sdkConfig),
4533
+ __spreadValues(__spreadValues(__spreadValues({}, initResult == null ? void 0 : initResult.call_controls), sdkConfig), urlConfig),
4534
4534
  res
4535
4535
  );
4536
4536
  } else {