1653332400000Phone API - May 23, 2022by Ji Won LeePhone API https://marketplace.zoom.us/docs/api-reference/zoom-phone-api/
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”.
1650503894170Video SDK - iOS v1.3.0by Yves GrantAdded New interface to configure video preference profile. New enums in ZoomVideoSDKConstants.h typedef NS_ENUM(NSUInteger, ZoomVideoSDKVideoPreferenceMode) { ZoomVideoSDKVideoPreferenceMode_Balance, ///Balance mode.
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; -
1650500082237Meeting SDK - Windows v5.10.3by Yves GrantAdded New interfaces and callbacks for deleting in-meeting chat. In meeting_chat_interface.h typedef enum { SDK_CHAT_DELETE_BY_NONE, SDK_CHAT_DELETE_BY_SELF, SDK_CHAT_DELETE_BY_HOST, SDK_CHAT_DELETE_BY_DLP,
1650304800000Phone API - April 18, 2022by Ji Won LeePhone API https://marketplace.zoom.us/docs/api-reference/zoom-phone-api/ Announcements https://marketplace.zoom.us/docs/guides/stay-up-to-date/upcoming-changes/api
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:
1648605586300Meeting SDK - Windows v5.10.1by Yves GrantBreaking changes Add a parameter for interface LowerAllHands. meeting_participants_ctrl_interface.h virtual SDKError LowerAllHands() = 0 --> virtual SDKError LowerAllHands(bool forWebinarAttendees) = 0 Added New interfaces to allow API