@onereach/step-voice 7.0.11-VOIC1606.8 → 7.0.11-VOIC1606.9

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.
@@ -31,9 +31,11 @@ class InitiateCall extends voice_1.default {
31
31
  }
32
32
  });
33
33
  }
34
- const call = await this.fetchData();
34
+ const convDataThread = this.process.getSafeThread(this.dataThreadId);
35
+ // const call = await this.fetchData()
35
36
  this.log.error(`Starting call with id ${callId}`, {
36
- config: call?.loopPrevention ?? {},
37
+ convDataThread
38
+ // config: call?.loopPrevention ?? {},
37
39
  });
38
40
  const convData = { id: callId, type: 'voicer', vv: 0 }; // vv - voicer version
39
41
  await this.startConversation(convData);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "7.0.11-VOIC1606.8",
3
+ "version": "7.0.11-VOIC1606.9",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",