ibm speech fix

This commit is contained in:
Dave Horton
2022-12-04 11:26:26 -05:00
parent 2cc3140de0
commit 39fb762a15
5 changed files with 33 additions and 18 deletions

View File

@@ -578,7 +578,10 @@ class CallSession extends Emitter {
else if ('ibm' === vendor) {
return {
speech_credential_sid: credential.speech_credential_sid,
api_key: credential.api_key
tts_api_key: credential.tts_api_key,
tts_region: credential.tts_region,
stt_api_key: credential.stt_api_key,
stt_region: credential.stt_region
};
}
}