Published August 23, 2023
Added
-
Add callback to notify the timing to change the 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
- Fixed the issue where the
startSpeakerTest
interface return failed when the system used the default device ID.