@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.
- package/dst/Initiate Call.js +4 -2
- package/package.json +1 -1
package/dst/Initiate Call.js
CHANGED
|
@@ -31,9 +31,11 @@ class InitiateCall extends voice_1.default {
|
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
33
|
}
|
|
34
|
-
const
|
|
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
|
-
|
|
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);
|