support deepgram model_id in speechCredential (#1213)

This commit is contained in:
Hoan Luu Huu
2025-05-28 19:00:56 +07:00
committed by GitHub
parent 690a7fcd55
commit 3475f39b1d
3 changed files with 3 additions and 1 deletions

View File

@@ -1032,6 +1032,7 @@ class CallSession extends Emitter {
return {
speech_credential_sid: credential.speech_credential_sid,
api_key: credential.api_key,
model_id: credential.model_id,
deepgram_stt_uri: credential.deepgram_stt_uri,
deepgram_tts_uri: credential.deepgram_tts_uri,
deepgram_stt_use_tls: credential.deepgram_stt_use_tls