support elevenlabs different endpoint (#1387)

* support elevenlabs different endpoint

* wip

* wip
This commit is contained in:
Hoan Luu Huu
2025-10-09 19:19:40 +07:00
committed by GitHub
parent d1baf2fe37
commit 581d309f36
5 changed files with 10 additions and 6 deletions

View File

@@ -1117,6 +1117,7 @@ class CallSession extends Emitter {
return {
api_key: credential.api_key,
model_id: credential.model_id,
api_uri: credential.api_uri,
options: credential.options
};
}