iOS Meeting SDK v5.9.0
1640072708246
Meeting SDK - iOS
Here are the release notes for the iOS Meeting SDK v5.9.0.2170.
Note
The simulator no longer supports i386 devices.
Added
New interfaces and callbacks to support live transcription:
New interfaces:
- (BOOL)isMeetingSupportCC; - (BOOL)canBeAssignedToSendCC:(NSUInteger)userId; - (BOOL)assignCCPrivilege:(NSUInteger)userId; - (BOOL)withdrawCCPrivilege:(NSUInteger)userId; - (BOOL)canAssignOthersToSendCC; - (BOOL)isLiveTranscriptionFeatureEnabled; - (MobileRTCLiveTranscriptionStatus)getLiveTranscriptionStatus; - (BOOL)canStartLiveTranscription; - (BOOL)startLiveTranscription; - (BOOL)stopLiveTranscription; - (BOOL)enableRequestLiveTranscription:(BOOL)enable; - (BOOL)isRequestToStartLiveTranscriptionEnabled; - (BOOL)requestToStartLiveTranscription:(BOOL)requestAnonymous;
New callbacks:
- (void)onSinkLiveTranscriptionStatus:(MobileRTCLiveTranscriptionStatus)status; - (void)onSinkLiveTranscriptionMsgReceived:(NSString *_Nonnull)msg type:(MobileRTCLiveTranscriptionOperationType)type; - (void)onSinkRequestForLiveTranscriptReceived:(NSUInteger)requesterUserId bAnonymous:(BOOL)bAnonymous;
New interfaces and callbacks to support Breakout Room (BO) Options
New interfaces:
- (BOOL)isCanReturnMainSession; - (void)onBOEndTimerUpdated:(NSUInteger)remaining isTimesUpNotice:(BOOL)isTimesUpNotice;
New interfaces and callbacks to support customizing the video view order in the gallery view. Only the host can customize the view order in the gallery view.
New interfaces:
- (BOOL)isSupportFollowHostVideoOrder; - (BOOL)isFollowHostVideoOrderOn; - (NSArray <NSNumber *>*)getVideoOrderList;
New callbacks:
- (void)onVideoOrderUpdated:(NSArray <NSNumber *>* _Nullable)orderArr; - (void)onFollowHostVideoOrderChanged:(BOOL)follow;
Changed and Fixed
Fixed an issue where hiding reactions was not working for all reaction types (e.g. raised hand, feedback, and reactions).
Removed
- (BOOL)loginWithEmail:(nonnull NSString*)email password:(nonnull NSString*)password rememberMe:(BOOL)rememberMe;
- (BOOL)isEmailLoginEnabled;
- (BOOL)isMasterMeetingHost;
Did you like this update?