From 3fcd3ef297d71f4b1a8b8840938b3185c272cd88 Mon Sep 17 00:00:00 2001 From: Carson Chen Date: Mon, 4 Nov 2019 12:28:08 -0800 Subject: [PATCH] v4.4.56627.1029 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ version.txt | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8bbd3be..ab06b1f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # CHANGELOG +## 2019-11-04 @ [v4.4.56627.1029](https://github.com/zoom/zoom-sdk-macos/releases/tag/v4.4.56627.1029) + +## Added +* Add a new interface for ‘back to meeting’ + * `- (ZoomSDKError)backToMeeting` in `ZoomSDKMeetingUIController.h` +* Add a new interface for user to hide the “show keypad” button + * Property `hideShowKeypadButton` in `ZoomSDKMeetingConfiguration.h` +* Add a new meeting status callback for user to join/leave breakout room meeting + * `ZoomSDKMeetingStatus_Join_Breakout_Room` and `ZoomSDKMeetingStatus_Leave_Breakout_Room` in `ZoomSDKMeetingStatus` +* Add a new interface for the user to hide each setting item + * `- (void)hideSettingComponent:(SettingComponent)component hide:(BOOL)hide` in `ZoomSDKSettingService.h` +* Add a new interface for user to hide the “Copy URL” and the "Copy Invitation" button on the invite window + * Property `hideCopyURLButtonWhenInviteOthers` in ZoomSDKMeetingConfiguration.h + * Property `hideCopyInvitationButtonWhenInviteOthers` in ZoomSDKMeetingConfiguration.h +* Add a new interface for user to hide the items in the chat menu + * Property `hideChatItemInMeeting` in ZoomSDKMeetingConfiguration.h +* Add a new interface for user to hide the items in remote control menu + * Property `hideRemoteControlItemOnMoreMenu` in ZoomSDKMeetingConfiguration.h +* Add a new interface for the user to hide the Q&A button and the Polling button + * `- (ZoomSDKError)hideSDKButtons:(BOOL)hide ButtonType:(SDKButton)button` with param `button` is `ToolBarQandAButton` and `ToolBarPollingButton` in ZoomSDKMeetingConfiguration.h +* Add a new interface to config external proxy + * `- (ZoomSDKError)ConfigureProxy:(ZoomSDKProxySettings)settings` in ZoomSDKNetworkService.h +* Refactoring the logic of hiding the account tab and the feedback tab on the setting window by default + + +## Changed & Fixed +* Fixed an issue that the “Reclaim host” button displays unexpectedly + ## 2019-09-04 @ [v4.4.55968.0904](https://github.com/zoom/zoom-sdk-macos/releases/tag/v4.4.55968.0904) ## Added diff --git a/version.txt b/version.txt index 212f3af4..57877a56 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v4.4.55968.0904 \ No newline at end of file +v4.4.56627.1029 \ No newline at end of file