@onereach/step-voice 7.0.0 → 7.0.1-VOIC1419.0
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/Voice Recording.d.ts
CHANGED
package/dst/Voice Recording.js
CHANGED
|
@@ -9,12 +9,13 @@ class Recording extends voice_1.default {
|
|
|
9
9
|
const { tts, sensitiveData, textType } = this.data;
|
|
10
10
|
const ttsSettings = tts.getSettings(call.tts);
|
|
11
11
|
const sections = this.buildSections({ sections: this.data.audio, textType, ttsSettings });
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
12
|
+
if (!this.data?.disableDefaultBeepSound) {
|
|
13
|
+
sections.push({
|
|
14
|
+
url: 'https://bot-service-recordings.s3.us-west-2.amazonaws.com/beep_sound.wav',
|
|
15
|
+
bargeInVoice: false,
|
|
16
|
+
bargeInKeypad: false
|
|
17
|
+
});
|
|
18
|
+
}
|
|
18
19
|
const command = {
|
|
19
20
|
name: 'start-record',
|
|
20
21
|
params: {
|