Windows Meeting SDK v5.7.6.1081 (hotfix)
1637109896084
Developers! We are happy to announce that our Android Meeting SDK has been updated to v5.7.6.1081 and is available in the Zoom App Marketplace. This version includes the changes below.
Added
New interface to customize the link of the cloud recording in the setting page:
Interface in
meeting_ui_ctrl_interface.h
:virtual SDKError SetCustomizedCloudRecordingMgrUrl(const wchar_t*
crmURL) = 0;
New interface to customize the domain field of the meeting invite URL in the Meeting UI:
Interface in
meeting_ui_ctrl_interface.h
:virtual SDKError SetCustomizedInvitationDomain(const wchar_t*
invitation_domain) = 0;
Added new interfaces to allow bulk creation of breakout rooms:
Interfaces in
meeting_breakout_rooms_interface_v2.h
:virtual SDKError CreateBOTransactionBegin() = 0;
virtual bool AddNewBoToList(const wchar_t*
strNewBOName) = 0;
virtual SDKError CreateBoTransactionCommit() = 0;
virtual IBatchCreateBOHelper*
GetBatchCreateBOHelper() = 0;
Changed & Fixed
Fixed an issue where the SDK crashed when removing a user from the recording list in Custom UI.
Fixed an issue where the
setResolution()
interface did not work properly.Security enhancements.
Did you like this update?