Skip to content

Commit

Permalink
v4.4.56616.1029
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonzoom committed Nov 4, 2019
1 parent a8b2571 commit 6e0697f
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 3 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
# CHANGELOG

## 2019-11-04 @ [v4.4.56616.1029](https://github.com/zoom/zoom-sdk-electron/releases/tag/v4.4.56616.1029)

## Added
* Add new interfaces for meeting config controller (locate in `zoom_meeting_configuration.js`)
* `MeetingConfig_Reset()`
* `MeetingConfig_EnableAutoAdjustSpeakerVolumeWhenJoinAudio()`
* param \{Boolean} bEnable
* `MeetingConfig_EnableAutoAdjustMicVolumeWhenJoinAudio()`
* param \{Boolean} bEnable
* `MeetingConfig_ConfigDSCP()`
* param \{Number} dscpAudio Configure DSCP value for audio
* param \{Number} dscpVideo Configure DSCP value for video
* param \{Boolean} bReset
* `MeetingConfig_EnableHideFullPhoneNumber4PureCallinUser()`
* param \{Boolean} bHide
* `MeetingConfig_EnableLengthLimitationOfMeetingNumber()`
* param \{Boolean} bEnable
* `MeetingConfig_EnableShareIOSDevice()`
* param \{Boolean} bEnable
* `MeetingConfig_EnableShareWhiteBoard()`
* param \{Boolean} bEnable
* `MeetingConfig_ForceDisableMultiShare()`
* param \{Boolean} bDisable
* `MeetingConfig_SetMaxDurationForOnlyHostInMeeting()`
* param \{Number} nDuration
* `MeetingConfig_EnableLocalRecordingConvertProgressBarDialog()`
* param \{Boolean} bShow
* Add new interfaces for meeting UI controller (locate in `zoom_meeting_ui_ctrl.js`)
* `MeetingUI_BackToMeeting()`
* `MeetingUI_GetMeetingUIWnd()`
* `MeetingUI_SwitchMinimizeUIMode4FristScreenMeetingUIWnd()`
* param \{Number} mode
* `MeetingUI_IsMinimizeModeOfFristScreenMeetingUIWnd()`
* `MeetingUI_SwapToShowShareViewOrVideo()`
* param \{Boolean} mode
* `MeetingUI_IsDisplayingShareViewOrVideo()`
* `MeetingUI_CanSwapToShowShareViewOrVideo()`
* Add a new interface for getting zoom SDK version (locate in `zoom_sdk.js`)
* `GetZoomSDKVersion()`
* Add a new interface for joining a meeting using zoom web url (locate in `zoom_meeting.js`)
* `HandleZoomWebUriProtocolAction()`
* Add new interfaces for setting UI strategy (locate in `zoom_setting_ui_ctrl.js`)
* `SettingUI_DisableAdvancedFeatures4GeneralSetting()`
* param \{Boolean} bDisable
* `SettingUI_DisableAccountSettingTabPage()`
* aram \{Boolean} bDisable
* `SettingUI_ConfSettingDialogShownTabPage()`
* param \{Number} number settingDlgShowTabPageOption, Every bit indicates whether to show a certain tab page
* bit 1: indicates whether to show the virtual background page. "1" show, "0" not show
* bit 2: indicates whether to show the video page. "1" show, "0" not show
* bit 3: indicates whether to show the statistics page. "1" show, "0" not show
* bit 4: indicates whether to show the recording page. "1" show, "0" not show
* bit 5: indicates whether to show the general page. "1" show, "0" not show
* bit 6: indicates whether to show the feedback page. "1" show, "0" not show
* bit 7: indicates whether to show the audio page. "1" show, "0" not show
* bit 8: indicates whether to show the advance feature page. "1" show, "0" not show
* bit 9: indicates whether to show the accessibility page. "1" show, "0" not show

## 2019-09-04 @ [v4.4.55968.0904](https://github.com/zoom/zoom-sdk-electron/releases/tag/v4.4.55968.0904)

## Added
Expand Down
Binary file removed sdk/win32/CptHost.exe
Binary file not shown.
Binary file removed sdk/win32/CptService.exe
Binary file not shown.
Binary file removed sdk/win32/airhost.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions version.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v4.4.55968.0904
v44.4.56616.1029

Base SDK versions:
Win32 native SDK version: zoom-sdk.4.4.55968.0904
Mac native SDK version: All_mac_sdk_4.4.55968.0904
Win32 native SDK version: zoom-sdk.4.4.56616.1028
Mac native SDK version: All_mac_sdk_4.4.56627.1029

0 comments on commit 6e0697f

Please sign in to comment.