Dave Horton
2024-09-25 20:13:56 -04:00
committed by GitHub
parent 402adc2098
commit 7f7c26e982
2 changed files with 13 additions and 11 deletions

View File

@@ -520,15 +520,6 @@ class CallSession extends Emitter {
this._actionHookDelayRetries = e;
}
// Getter/setter for current tts vendor
get currentTtsVendor() {
return this._currentTtsVendor;
}
set currentTtsVendor(vendor) {
this._currentTtsVendor = vendor;
}
get actionHookDelayProcessor() {
return this._actionHookDelayProcessor;
}