iOS SDK Updates - 04/27/21
1619625953526
Developers!
We are happy to announce that our iOS SDK has been updated to v5.5.12511.0421 and is available in the Zoom App Marketplace.
In this version, we included the following changes:
Added
New callbacks for when the breakout room is created and when it is started:
The following callbacks in
MobileRTCMeetingDelegate.h
:- (void)onBOCreateSuccess:(NSString *
_Nullable)BOID;
- (void)onStartBOError:(MobileRTCBOControllerError)errType;
Changed & Fixed
Upgraded OpenSSL to 1.1.1k.
Fixed an issue where the country code was always set to "+1" when picking a contact number that started with “1” by phone invitation.
Fixed an issue where the "clear text" button was not responding on the Call-in page.
Fixed an issue where the callback for the interpreter was not triggered in the Zoom UI.
Fixed an issue where the participant could not change their display name by calling the change name interface.
Did you like this update?