macOS Meeting SDK v5.7.6.1340 (hotfix)
1637110115162
Developers! We are happy to announce that our Android Meeting SDK has been updated to v5.7.6.1340 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
ZoomSDKSettingService.h
:- (ZoomSDKError)setCustomizedCloudRecordingMgrUrl:(NSString *
)recordingMgrUrl;
New interface to customize the domain field of the meeting invite URL in the Meeting UI:
Interface in
ZoomSDKMeetingUIController.h
:- (ZoomSDKError)setCustomizedInvitationDomain:(NSString*
)invitationDomain;
New interface to allow bulk creation of breakout rooms:
Interface in
ZoomSDKNewBreakoutRoomController.h
:-(ZoomSDKError)createBOWithBONameList:(NSArray<NSString *
>*)nameList;
Changed & Fixed
Fixed an issue where no callback was triggered when using an expired SSO URL to login.
Security enhancements.
Did you like this update?