@hivegpt/hiveai-angular 0.0.573 → 0.0.574

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.
@@ -1749,7 +1749,7 @@
1749
1749
  case 1:
1750
1750
  _b.trys.push([1, 8, , 9]);
1751
1751
  this.callStateSubject.next('connecting');
1752
- this.statusTextSubject.next('Connecting to agent...');
1752
+ this.statusTextSubject.next('Connecting...');
1753
1753
  accessToken = token;
1754
1754
  if (!(usersApiUrl && common.isPlatformBrowser(this.platformId))) return [3 /*break*/, 5];
1755
1755
  _b.label = 2;
@@ -1770,7 +1770,7 @@
1770
1770
  return [3 /*break*/, 5];
1771
1771
  case 5:
1772
1772
  base = (apiUrl || '').replace(/\/+$/, '');
1773
- postUrl = "https://1356-103-210-33-236.ngrok-free.app/ai/ask-voice";
1773
+ postUrl = base + "/ai/ask-voice";
1774
1774
  eventIdHeader = (eventId && String(eventId).trim()) || '';
1775
1775
  return [4 /*yield*/, fetch(postUrl, {
1776
1776
  method: 'POST',