support inworld tts (#1262)

* support inworld tts

* wip

* wip
This commit is contained in:
Hoan Luu Huu
2025-06-27 21:05:18 +07:00
committed by GitHub
parent f18b62e165
commit ab83b21979
6 changed files with 28 additions and 5 deletions

View File

@@ -1109,6 +1109,13 @@ class CallSession extends Emitter {
options: credential.options
};
}
else if ('inworld' === vendor) {
return {
api_key: credential.api_key,
model_id: credential.model_id,
options: credential.options
};
}
else if ('assemblyai' === vendor) {
return {
speech_credential_sid: credential.speech_credential_sid,