Released: 2026-02-16 Updated: 2026-02-17
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
IZoomVideoSDKVideoSettingHelpervirtual 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;
- New interfaces in class
-
Add an interface to limit the maximum share sending resolution.
- New interface in class
IZoomVideoSDKShareSettingHelpervirtual ZoomVideoSDKErrors limitShareSendingResolutionToFullHD(bool bLimit) = 0;
- New interface in class
Changed
- Extend the
exportLoginterface 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,