support assemblyai v3 (#1265)

* support assemblyai v3

* wip

* wip

* wip

* wip

* wip

* wip
This commit is contained in:
Hoan Luu Huu
2025-07-02 02:46:19 +07:00
committed by GitHub
parent 7691af30de
commit ba2049b705
5 changed files with 46 additions and 13 deletions

View File

@@ -1119,7 +1119,8 @@ class CallSession extends Emitter {
else if ('assemblyai' === vendor) {
return {
speech_credential_sid: credential.speech_credential_sid,
api_key: credential.api_key
api_key: credential.api_key,
service_version: credential.service_version
};
}
else if ('voxist' === vendor) {