Changelog: Video SDK - Android - 2.5.0

Released: 2026-02-16 Updated: 2026-02-17

Visit Changelog

Summary: Adds support for appearance touch-up and limiting the maximum resolution of shared media. Deprecates unused error enumerations. Changed exportLog to export client logs.

Added

  • Support touch up my appearance.

    • Add new interface in ZoomVideoSDK.

      public abstract ZoomVideoSDKVideoSettingHelper getVideoSettingHelper();
      
    • Add new interface in ZoomVideoSDKVideoSettingHelper.

      int enableFaceBeautyEffect(boolean enable);
      boolean isFaceBeautyEffectEnabled();
      int setFaceBeautyStrengthValue(int strengthValue);
      int getFaceBeautyStrengthValue();
      
  • Add an interface to limit the maximum share sending resolution.

    • New interface in ZoomVideoSDKShareHelper
      int limitShareSendingResolutionToFullHD(boolean limit);
      

Changed

  • Extend the exportLog interface to export client logs.

Deprecated

  • Deprecated unused error enumeration in ZoomVideoSDKErrors.
    Errors_Auth_Wrong_Key_or_Secret
    Errors_Auth_DoesNot_Support_SDK
    Errors_Auth_Disable_SDK
    Errors_Dont_Support_Multi_Stream_Video_User
    Errors_Fail_Assign_User_Privilege
    Errors_No_Recording_In_Process
    Errors_Session_Share_Module_Not_Ready
    Errors_Session_Share_Type_Is_Not_Support
    Errors_Session_Share_Internal_Error