mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
gather defaults to multiple utterances
This commit is contained in:
@@ -105,7 +105,7 @@ class TaskGather extends Task {
|
||||
get needsStt() { return this.input.includes('speech'); }
|
||||
|
||||
get wantsMultipleUtterances() {
|
||||
return this.data.recognizer?.singleUtterance === false;
|
||||
return this.data.recognizer?.singleUtterance !== true;
|
||||
}
|
||||
|
||||
get earlyMedia() {
|
||||
|
||||
Reference in New Issue
Block a user