Released: 2026-03-25 Updated: 2026-03-26
Summary: Breaking change - modify Electron build tools; add 13 new functions for close captioning; fixed an issue where calling getAllQuestionList() crashed the app.
Breaking changes
- Modify Electron build tools.
- Replace
vue-cli-plugin-electron-builderwithelectron-builderand webpack. - Replace
vue.config.jswithelectron-builder.config.js,webpack.main.config.js,webpack.renderer.config.js, andwebpack.shared.js.
- Replace
Added
-
New functions in
zoom_meeting_close_caption.js.GetAvailableMeetingSpokenLanguages GetAvailableTranslationLanguages GetTranslationLanguage SetTranslationLanguage SetMeetingSpokenLanguage EnableCaptions StartLiveTranscription StopLiveTranscription EnableReceiveSpokenLanguageContent IsReceiveSpokenLanguageContentEnabled IsLiveTranscriptionFeatureEnabled IsMultiLanguageTranscriptionEnabled IsTextLiveTranslationEnabled
Fixed
- Fixed an issue where calling the function
getAllQuestionList()would cause the app to crash.