bugfix: continuous asr - if ended by dtmf allow collection of final transcript

This commit is contained in:
Dave Horton
2022-06-28 10:10:31 -04:00
parent 7d57c85153
commit aceaa5b7da
2 changed files with 21 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ class TaskConfig extends Task {
cs.disableBotMode();
}
}
if (this.record) cs.notifyRecordOptions(this.record);
if (this.record.action) cs.notifyRecordOptions(this.record);
}
async kill(cs) {