Published August 23, 2023
Added
- Add callback to notify the timing to change z-order of windows in annotation.
- New callback in
ZMVideoSDKDelegate
- (void)onAnnotationHelperActived:(NSView*)view;
- New callback in
- Support automatically adjusting microphone volume.
- New interface in
ZMVideoSDKAudioSettingHelper.h
-(ZMVideoSDKErrors)enableAutoAdjustMicVolume:(BOOL)bEnable; -(ZMVideoSDKErrors)isAutoAdjustMicVolumeEnabled:(BOOL*)bEnable;
- New interface in
Changed & Fixed
- Fixed issues where
startSpeakerTest
interface return failed when the system used the default device ID.