support elevenlabs stt

This commit is contained in:
Hoan HL
2025-11-18 16:47:52 +07:00
parent 98b845f489
commit cd9f9632ba
3 changed files with 37 additions and 0 deletions

View File

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