Published June 28, 2023
Note
- Version 1.8.0 was removed. Use v1.8.2 instead.
Added
- New interface to support mirroring video on canvas.
- New interface in
IZoomVideoSDKVideoHelper
virtual ZoomVideoSDKErrors mirrorMyVideo(bool bEnabled) = 0;
virtual bool isMyVideoMirrored() = 0;
- New interface in
Fixed & Changed
- Fixed an issue where multiple cameras didn't work properly.
- Removed the permission for attendees to lock sharing.
- Removed the procedure to check the process ID when sharing
view
. - Fixed an issue where screen sharing didn't end after closing the sharing window.
- Security enhancements.
Breaking Changed
-
Refactored the live transcription interface.
-
Moved
zoom_video_sdk_user_helper_interface.h
into the new classzoom_video_sdk_livetranscription_helper_interface.h
. Includes:- enum
ZoomVideoSDKLiveTranscriptionStatus
- enum
ZoomVideoSDKLiveTranscriptionOperationType
- class
ILiveTranscriptionLanguage
- class
ILiveTranscriptionMessageInfo
- class
IZoomVideoSDKLiveTranscriptionHelper
- enum
-
Moved interface
getLiveTranscriptionHelper
fromIZoomVideoSDKUser
intoIZoomVideoSDK
.
-