Changelog: Video SDK - Windows - 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.

    • New interfaces in class IZoomVideoSDKVideoSettingHelper
      virtual ZoomVideoSDKErrors enableFaceBeautyEffect(bool bEnable) = 0;
      virtual ZoomVideoSDKErrors isFaceBeautyEffectEnabled(bool& bEnable) = 0;
      virtual ZoomVideoSDKErrors setFaceBeautyStrengthValue(unsigned int strengthValue) = 0;
      virtual ZoomVideoSDKErrors getFaceBeautyStrengthValue(unsigned int& strengthValue) = 0;
      
  • Add an interface to limit the maximum share sending resolution.

    • New interface in class IZoomVideoSDKShareSettingHelper
      virtual ZoomVideoSDKErrors limitShareSendingResolutionToFullHD(bool bLimit) = 0;
      

Changed

  • Extend the exportLog interface to export client logs.

Deprecated

  • Deprecated unused error enumeration in ZoomVideoSDKErrors.
    /** @deprecated This enum value is deprecated and will be removed in a future release. */
        ZoomVideoSDKErrors_Auth_Wrong_Key_or_Secret,
    /** @deprecated This enum value is deprecated and will be removed in a future release. */
        ZoomVideoSDKErrors_Auth_DoesNot_Support_SDK,
    /** @deprecated This enum value is deprecated and will be removed in a future release. */
        ZoomVideoSDKErrors_Auth_Disable_SDK,
    /** @deprecated This enum value is deprecated and will be removed in a future release. */
        ZoomVideoSDKErrors_Session_Share_Module_Not_Ready,
    /** @deprecated This enum value is deprecated and will be removed in a future release. */
        ZoomVideoSDKErrors_Session_Share_Type_Is_Not_Support,
    /** @deprecated This enum value is deprecated and will be removed in a future release. */
        ZoomVideoSDKErrors_Session_Share_Internal_Error,
    /** @deprecated This enum value is deprecated and will be removed in a future release. */
        ZoomVideoSDKErrors_Dont_Support_Multi_Stream_Video_User,
    /** @deprecated This enum value is deprecated and will be removed in a future release. */
        ZoomVideoSDKErrors_Fail_Assign_User_Privilege,
    /** @deprecated This enum value is deprecated and will be removed in a future release. */
        ZoomVideoSDKErrors_No_Recording_In_Process,
    /** @deprecated This enum value is deprecated and will be removed in a future release. */
        ZoomVideoSDKErrors_Set_Virtual_Background_Fail,