This commit is contained in:
Quan HL
2023-08-18 12:17:30 +07:00
parent 4322159a41
commit aa161290c7
2 changed files with 9 additions and 7 deletions

View File

@@ -181,7 +181,7 @@ class CallSession extends Emitter {
}
get fallbackSpeechSynthesisVendor() {
return this.application.fallback_speech_synthesis_vendor;
return this.application.use_for_fallback_speech ? this.application.fallback_speech_synthesis_vendor : null;
}
set fallbackSpeechSynthesisVendor(vendor) {
this.application.fallback_speech_synthesis_vendor = vendor;