1658854200000Meeting SDK - Electron v5.11.4.9092by ChasitySee the Windows SDK and macOS SDK release notes for the changes in Electron SDK.
1658853720000Meeting SDK - iOS v5.11.3.1220by ChasityAdded New property in MobileRTCMeetingService+User.h to give each user a unique user ID in the main meeting and in or out of Breakout Room (BO) rooms. Please note that this ID is only persistent during the current meeting, the ID will be
1656617288835Meeting SDK v5.11.1 (patch)by YvesUpgraded codebase. Fixed on macOS: Screen share didn’t work when a user joined a multi-share meeting with two users sharing their screens. Fixed on macOS: Having a space in the username resulted in not being able to join the meeting. Fixed
1656111333467Meeting SDK - iOS v5.11.0by YvesAdded New interfaces to extend live translation feature Extend enums of MobileRTCLiveTranscriptionOperationType in MobileRTCConstants.h MobileRTC_LiveTranscription_OperationType_Complete =
1654027161813Meeting SDK - Electron v5.10.6by Yves GrantBreaking change Refactored demo with Vue 3. The steps to run the sample app have changed. See below for details. Updated Removed ZN prefix from ZoomAPPLocale, ZoomSDKUserType, LeaveMeetingCmd, SDKViewType, VideoStatus, ShareStatus,
1654022650975Meeting SDK - iOS v5.10.6by Yves GrantAdded New interface to rotate user video. New in MobileRTCMeetingService+Video.h- (BOOL)rotateMyVideo:(UIDeviceOrientation)rotation; New interface to allow the user to disable the new whiteboard feature. New interface in
1651540200000Meeting SDK v5.10.3 patchby Yves GrantFixed Fixed an issue where the SDK user was not able to leave the meeting when the meeting status was “Connecting”.
1650503153261Meeting SDK - Electron v5.10.3by Yves GrantAdded Added Polish and Turkish support: Add LANGUAGE_Polish and LANGUAGE_Turkish for ZoomSDK_LANGUAGE_ID enum in lib/settings.js
1650499203706Meeting SDK - iOS v5.10.3by Yves GrantBreaking Changes Interfaces changed: In MobileRTCMeetingDelegate.h:- (void)onSinkMeetingVideoQualityChanged:(MobileRTCNetworkQuality)quality userID:(NSUInteger)userID; has been deprecated, replaced by-