Changelog: Video SDK - iOS - 2.5.10

Released: 2026-05-19 Updated: 2026-05-21

Visit Changelog

Summary: Add support for voice translator.

Added

  • Add support for voice translator.

    • Add new helper of ZoomVideoSDKVoiceInterpretationHelper in ZoomVideoSDKVoiceInterpretationHelper.h.

    • Add new class of ZoomVideoSDKVoiceInterpretationLanguage and ZoomVideoSDKVoiceInterpretationVoiceInfo in ZoomVideoSDKVoiceInterpretationHelper.h.

    • Add getter for voiceInterpretation in file ZoomVideSDK.h.

      - (ZoomVideoSDKVoiceInterpretationHelper * _Nullable)getVoiceInterpretationHelper;
      
    • Add new callback for voice interpretation in ZoomVideoDelegate.h.

      - (void)onVoiceInterpretationReady;