Description
When using the live transcription feature in the video sdk if I set the speaking language to spanish and the translation language to english I’m not receiving the english tranlsation for the caption. It looks like spanish → english is supported when I check supportedTranslations.translatedToLanguage. Also interestingly Spanish → French is working so I know my code is setup correct enough.
Which Web Video SDK version?
1.12.10
Video SDK Code Snippets
const transcriptionClient: typeof LiveTranscriptionClient =
videoRoom.getLiveTranscriptionClient();
const status = transcriptionClient.getLiveTranscriptionStatus();
transcriptionClient.setSpeakingLanguage(LiveTranscriptionLanguage.Spanish);
transcriptionClient.setTranslationLanguage(LiveTranscriptionLanguage.English);
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Initialize transcriptionClient
- Set speakingLanguage to spanish
- Set tranlsation language to english
- No english translation caption message fired.
Troubleshooting Routes
Have found that spanish to french works with same code.
Device (please complete the following information):
- Macbook pro
- 15.1.1
- Browser: Brave
- Browser Version Version 1.73.91 Chromium: 131.0.6778.85 (Official Build) (arm64)