@onereach/step-voice 1.2202.23 → 1.2202.24
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 -3
- package/package.json +1 -1
package/dst/Initiate Call.js
CHANGED
|
@@ -114,14 +114,14 @@ class InitiateCall extends voice_1.default {
|
|
|
114
114
|
}
|
|
115
115
|
});
|
|
116
116
|
}
|
|
117
|
+
await this.startConversation(channel, {
|
|
118
|
+
events: { [`in/voice/${channel.id}/event`]: {} }
|
|
119
|
+
});
|
|
117
120
|
await this.transcript(channel, {
|
|
118
121
|
action: 'Call Start',
|
|
119
122
|
reportingSettingsKey: 'transcript',
|
|
120
123
|
actionFromBot: true
|
|
121
124
|
});
|
|
122
|
-
await this.startConversation(channel, {
|
|
123
|
-
events: { [`in/voice/${channel.id}/event`]: {} }
|
|
124
|
-
});
|
|
125
125
|
await this.sendCommands(channel, [
|
|
126
126
|
...isAMD
|
|
127
127
|
? [{
|