iOS SDK Updates - 11/4/19
1572901260001
Meeting SDK - iOS
We have updated our iOS SDK to 4.4.56624.1028, which includes the following changes:
Added:
- Add a new interface to hide the “Disconnect Audio” button
- Add a new interface for SDK initialization
- Add a new interface to hide the Q&A button and the POLL button
Changed & Fixed:
- Updated all interfaces that involves
UIWebView
and removedUIWebView
in SDK since Apple is deprecatingUIWebView
- Fixed an issue that the SDK will crash by chance when doing a screen share
- Fixed some compatibility issues with iOS 13
- Fixed an issue that the
presentMeetingChatViewController
is not reflecting the “disable private chat” setting in Custom UI - Fixed an issue that the Xcode is warning for
nullable
ornonnull
in SDK - Fixed an issue that the crash file was created when the app is being killed by the system
- Fixed an issue that the UI freeze when sharing a photo in landscape mode
- Fixed an issue that some users is not able to join the meeting when the
RootViewController
is not configured - Fixed an issue that the host sees an error message when plugging SDK app into projector while in an active meeting
- Fixed an issue that some users see navigationBar in the default meeting UI
Deprecated
(void)initializeWithDomain:(NSString * _Nonnull)domain enableLog:(BOOL)enableLog;
(void)initializeWithDomain:(NSString * _Nonnull)domain enableLog:(BOOL)enableLog bundleResPath:(NSString *_Nullable)bundleResPath;
(void)setMobileRTCDomain:(NSString * _Nonnull)domain;
(void)setMobileRTCResPath:(NSString * _Nullable)path;
(void)setAppGroupsName:(NSString * _Nullable)appGroupId;
You may find the latest iOS SDK in our Github repo.
Happy Zooming!!