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
1656112707774Meeting SDK - macOS v5.11.0by YvesAdded New interfaces to streaming to raw to access "downstream" raw audio and video streams New interfaces in ZoomSDKLiveStreamHelper-(ZoomSDKError)startRawLiveStream:(NSString *)broadcastURL; -(ZoomSDKError)stopRawLiveStream; New interface
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,
1654024257429Meeting SDK - macOS v5.10.6by Yves GrantAdded New interface to allow the user to disable the new whiteboard feature. New interface in ZoomSDKMeetingConfiguration- (ZoomSDKError)enableCloudWhiteboard:(BOOL)enable; New callback to notify when a reaction is received in a Webinar.
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
1650501475455Meeting SDK - macOS v5.10.3by Yves GrantAdded New interfaces and callbacks for deleting in-meeting chat. New interface in ZoomSDKMeetingActionController- (BOOL)isChatMessageCanBeDeleted:(NSString*)msgID; - (ZoomSDKError)deleteChatMessage:(NSString*)msgID; -
1648606311715Meeting SDK - Electron v5.10.1by Yves GrantBreaking changes Dependencies update: Update: electron: ^17.0.0 nodejs: ^16.13.0@vue/cli-plugin-babel: ^4.5.15@vue/cli-plugin-router: ^4.5.15@vue/cli-plugin-vuex: ^4.5.15@vue/cli-service: ^4.5.15 vue-cli-plugin-electron-builder: ^2.1.1 Add:
1648603808888Meeting SDK - macOS v5.10.1by Yves GrantBreaking change The following callback is only triggered when my record status changes- (void)onRecordStatus:(ZoomSDKRecordingStatus)status; Deprecated ActionMeetingCmd_LowerAllHands(defined in ZoomSDKErrors.h). To lower all hands, call the