mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-21 17:17:58 +00:00
skip until botinput by default
This commit is contained in:
@@ -32,7 +32,7 @@ class SpeechConfig extends Emitter {
|
||||
* check if we should skip all nodes until next bot input
|
||||
*/
|
||||
get skipUntilBotInput() {
|
||||
return this.sessionConfig.bargein?.skipUntilBotInput === false;
|
||||
return !this.sessionConfig.bargein?.skipUntilBotInput;
|
||||
}
|
||||
/**
|
||||
* Check if barge is enabled on session level
|
||||
|
||||
Reference in New Issue
Block a user