@onereach/step-voice 7.0.11-VOIC1606.2 → 7.0.11-VOIC1606.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/dst/Initiate Call.js +3 -1
- package/package.json +1 -1
package/dst/Initiate Call.js
CHANGED
|
@@ -210,7 +210,9 @@ class InitiateCall extends voice_1.default {
|
|
|
210
210
|
timeout: originateTimeout,
|
|
211
211
|
version: 2,
|
|
212
212
|
sessionExpireTime: this.session.expireTime,
|
|
213
|
-
loopPrevention: call
|
|
213
|
+
loopPrevention: call?.loopPrevention ?? {
|
|
214
|
+
v: 1
|
|
215
|
+
}
|
|
214
216
|
};
|
|
215
217
|
if (otherCallRef) {
|
|
216
218
|
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
|