Published August 23, 2023
Added
-
Add callback to notify the timing to Change Z-Order of windows in Annotation.
- New callback in
IZoomVideoSDKDelegate
virtual void onAnnotationHelperActived(void* handle) = 0;
- New callback in
-
Support automatically adjusting microphone volume.
- New interface in
IZoomVideoSDKAudioSettingHelper
virtual ZoomVideoSDKErrors enableAutoAdjustMicVolume(bool bEnable) = 0; virtual ZoomVideoSDKErrors isAutoAdjustMicVolumeEnabled(bool& bEnable) = 0;
- New interface in
Fixed
- Issue where
startSpeakerTest
interface return failed when the system used the default device ID issue.