@onereach/step-voice 6.0.3 → 6.0.5
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/Conference Dial.js +2 -1
- package/dst/Global Command.js +1 -1
- package/package.json +1 -1
package/dst/Conference Dial.js
CHANGED
package/dst/Global Command.js
CHANGED
|
@@ -193,7 +193,7 @@ class GlobalCommand extends voice_1.default {
|
|
|
193
193
|
default:
|
|
194
194
|
return this.end();
|
|
195
195
|
}
|
|
196
|
-
return this.exitStep('
|
|
196
|
+
return this.exitStep('hang up', {
|
|
197
197
|
type: hangUpType,
|
|
198
198
|
callRecording: this.event.params?.callRecording,
|
|
199
199
|
conversation: this.conversation,
|