@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.
@@ -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
  ? [{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "1.2202.23",
3
+ "version": "1.2202.24",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",