I believe my issue is very similar to this one:
devforum.zoom.us/t/attempting-to-start-transcriptions-fails-with-error/93989?u=gdcomm
The account with the issue cannot log in to the forum, so I am posting this topic using another account.
Error with issued account
You cannot authorize Zoom Developer Forum Log-in Helper
Unable to install this app because it needs additional enablement.
Please contact Zoom App Marketplace support team for more details.
Edit on Web Portal
issued account
develop@gdcomm.io
videosdk account
I am using Zoom VideoSDK for Web, and I found the Live Transcription feature documented in the SDK. I added the provided code from the documentation to enable this feature, but I keep encountering the following error:
Browser Console Error
{
"type": "INVALID_OPERATION",
"reason": "Live transcription is not enabled."
}
VideoSDK Code Snippets
const liveTranscriptionTranslation = zmClient.getLiveTranscriptionClient();
await liveTranscriptionTranslation.startLiveTranscription(); // error
liveTranscriptionTranslation.setTranslationLanguage(LiveTranscriptionLanguage.English);
liveTranscriptionTranslation.setSpeakingLanguage(LiveTranscriptionLanguage.Korean);
Additionally, when I checked the account settings to enable the Live Transcription feature, I couldn’t find any button or toggle to activate it.
billing page > Plans and Billing > Plan Management > Discover our other popular products > VideoSDK Transcription and Translation > but only the Contact Us button is available, which links to support zoom site
Which Web VideoSDK version?
@zoom/videosdk v1.10.0
Device
- Device: . Macbook Pro
- OS: macOS 14.4.1
- Browser: Chrome
- Browser Version 131.0.6778.86 (Official Build) (arm64)