Changelog: Meeting SDK - Electron - 7.0.0

Released: 2026-03-25 Updated: 2026-03-26

Visit Changelog

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-builder with electron-builder and webpack.
    • Replace vue.config.js with electron-builder.config.js, webpack.main.config.js, webpack.renderer.config.js, and webpack.shared.js.

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.