@onereach/step-voice 7.0.8 → 7.0.9-VOIC1575.1

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.
@@ -178,7 +178,8 @@ class InitiateCall extends voice_1.default {
178
178
  : undefined,
179
179
  timeout: originateTimeout,
180
180
  version: 2,
181
- sessionExpireTime: this.session.expireTime
181
+ sessionExpireTime: this.session.expireTime,
182
+ useWhisperFeature: true
182
183
  };
183
184
  if (otherCallRef) {
184
185
  // eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
@@ -46,7 +46,8 @@ class SayMessage extends voice_1.default {
46
46
  name: 'speak',
47
47
  params: {
48
48
  sections: speechSections,
49
- reporterTranscriptEventId: ''
49
+ reporterTranscriptEventId: '',
50
+ useWhisperFeature: true
50
51
  }
51
52
  };
52
53
  const eventId = await this.transcript(call, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/step-voice",
3
- "version": "7.0.8",
3
+ "version": "7.0.9-VOIC1575.1",
4
4
  "author": "Roman Zolotarov <roman.zolotarov@onereach.com>",
5
5
  "contributors": [
6
6
  "Roman Zolotarov",