@absolutejs/voice 0.0.22-beta.602 → 0.0.22-beta.603
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 +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -39538,6 +39538,7 @@ var voice = (config) => {
|
|
|
39538
39538
|
onSession: config.onSession,
|
|
39539
39539
|
onTransfer: config.onTransfer,
|
|
39540
39540
|
onTurn,
|
|
39541
|
+
speculate: config.speculate,
|
|
39541
39542
|
onVoicemail: config.onVoicemail,
|
|
39542
39543
|
onCallEnd: async (input) => {
|
|
39543
39544
|
let hookError;
|