mirror of
https://github.com/jambonz/verb-specifications.git
synced 2026-07-04 19:22:00 +00:00
preflightThreshold is now eagerEotThreshold (#111)
This commit is contained in:
@@ -213,11 +213,10 @@ test("validate correct verbs", async (t) => {
|
||||
"deepgramOptions": {
|
||||
"endpointing": 500,
|
||||
"noDelay": true,
|
||||
preflightThreshold: 1000,
|
||||
eotThreshold: 500,
|
||||
eotTimeoutMs: 5000,
|
||||
eagerEotThreshold: 200,
|
||||
mipOptOut: true
|
||||
"eotThreshold": 500,
|
||||
"eotTimeoutMs": 5000,
|
||||
"eagerEotThreshold": 200,
|
||||
"mipOptOut": true
|
||||
}
|
||||
},
|
||||
"say": {
|
||||
|
||||
Reference in New Issue
Block a user