Published March 2, 2023
Added
-
New interfaces to disable the optimizing video quality with de-noise feature.
-
New interface
ZMVideoSDKVideoSettingHelper
inZMVideoSDKVideoSettingHelper.h
-(ZMVideoSDKErrors)enableTemporalDeNoise:(BOOL)enable; -(BOOL)isTemporalDeNoiseEnabled;
-
New interface in
ZMVideoSDK
- (ZMVideoSDKVideoSettingHelper*)getVideoSettingHelper;
-
-
New interfaces to set screen capture mode.
-
New interface
ZMVideoSDKShareSettingHelper
inZMVideoSDKShareSettingHelper.h
- (ZMVideoSDKErrors)setScreenCaptureMode:(ZMVideoSDKScreenCaptureMode)captureMode; - (ZMVideoSDKErrors)getScreenCaptureMode:(ZMVideoSDKScreenCaptureMode*)captureMode;
-
New interface in
ZMVideoSDK
- (ZMVideoSDKShareSettingHelper*)getShareSettingHelper;
-
New Enum
ZMVideoSDKScreenCaptureMode
inZoomSDKErrors.h
ZMVideoSDKScreenCaptureMode_Auto, ZMVideoSDKScreenCaptureMode_Legacy, ZMVideoSDKScreenCaptureMode_Filtering, ZMVideoSDKScreenCaptureMode_ADA_Filtering, ZMVideoSDKScreenCaptureMode_ADA_Without_Filtering
-
Changed & Fixed
- Changed the interface
ZMVideoSDKUserHelper
.(ZMVideoSDKErrors)removeUser:(ZMVideoSDKUser*)user; ==> - (BOOL)removeUser:(ZMVideoSDKUser*)user;
- Added support for high bandwidth mode.
- Added support for calling
- (NSString*)getSDKVersion;
without initialization. - Fixed an issue that returned wrong cloud recording status of attendees when the host paused cloud recording.
- Fixed an issue where raw share data was capped at 1080p.