1658853720000Meeting SDK - iOS v5.11.3.1220by ChasityAdded New property in MobileRTCMeetingService+User.h to give each user a unique user ID in the main meeting and in or out of Breakout Room (BO) rooms. Please note that this ID is only persistent during the current meeting, the ID will be
1658183700000Quality of Service Subscription (QSS) - July 18, 2022by YvesInitial release of Quality of Service Subscription QSS real-time events: meeting.participant_qos webinar.participant_qos meeting.participant_data webinar.participant_data meeting.participant_data_summary webinar.participant_data_summary
1656617288835Meeting SDK v5.11.1 (patch)by YvesUpgraded codebase. Fixed on macOS: Screen share didn’t work when a user joined a multi-share meeting with two users sharing their screens. Fixed on macOS: Having a space in the username resulted in not being able to join the meeting. Fixed
1656111333467Meeting SDK - iOS v5.11.0by YvesAdded New interfaces to extend live translation feature Extend enums of MobileRTCLiveTranscriptionOperationType in MobileRTCConstants.h MobileRTC_LiveTranscription_OperationType_Complete =
1654022650975Meeting SDK - iOS v5.10.6by Yves GrantAdded New interface to rotate user video. New in MobileRTCMeetingService+Video.h- (BOOL)rotateMyVideo:(UIDeviceOrientation)rotation; New interface to allow the user to disable the new whiteboard feature. New interface in
1651540200000Meeting SDK v5.10.3 patchby Yves GrantFixed Fixed an issue where the SDK user was not able to leave the meeting when the meeting status was “Connecting”.
1650499203706Meeting SDK - iOS v5.10.3by Yves GrantBreaking Changes Interfaces changed: In MobileRTCMeetingDelegate.h:- (void)onSinkMeetingVideoQualityChanged:(MobileRTCNetworkQuality)quality userID:(NSUInteger)userID; has been deprecated, replaced by-
1648601858462Meeting SDK - iOS v5.10.1by Yves GrantBreaking changs- (BOOL)lowerAllHand; changed to- (BOOL)lowerAllHand:(BOOL)isWebinarAttendee;- (void)onLocalRecordingStatus:(MobileRTCRecordingStatus)status; changed to- (void)onLocalRecordingStatus:(NSInteger)userId
1646442849766iOS Meeting SDK v5.9.6by Yves GrantAdded The ability to notify users that the meeting has enabled auto-recording. New interfaces in MobileRTCMeetingService.h MobileRTCMeetingParameter object:@property (nonatomic, assign) MobileRTCMeetingType meetingType; @property