Published June 28, 2023
Note
- Version 1.8.0 was removed. Use v1.8.2 instead.
Breaking Changes
-
Changed the live transcription interface position.
-
Moved the live transcription interface from
zoom_video_sdk_user_helper_interface.h
to the new classzoom_video_sdk_livetranscription_helper_interface.h
, including- enum
ZoomVideoSDKLiveTranscriptionStatus
- enum
ZoomVideoSDKLiveTranscriptionOperationType
- class
ILiveTranscriptionLanguage
- class
ILiveTranscriptionMessageInfo
- class
IZoomVideoSDKLiveTranscriptionHelper
- enum
-
Moved interface
getLiveTranscriptionHelper
fromIZoomVideoSDKUser
toIZoomVideoSDK
.
-
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
- Fixed an issue where multi-camera didn't work properly.
- Fixed an issue where the function
StartAppShare(HWND hwndSharedApp)
would not filter the apps that support the feature. - Removed the permission for attendees to lock sharing.
- Removed the procedure to check the process ID when sharing
view
. - Security enhancements.