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 =
1654743600000Video SDK React Native Wrapper v1.3.1Added New interfaces and callback to support inviting others by phone (call out). New interfaces in ZoomVideoSdkPhoneHelper cancelInviteByPhone(); getInviteByPhoneStatus(); getSupportCountryInfo(); inviteByPhone(countryCode, phoneNumber,
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
1646438748067React Native Video SDK v1.2.0by Yves GrantAdded Command channel for real-time data transfer. See Android or iOS command channel documentation for details. Cloud recording control through SDK methods. Interface to disable session timeout. Interface to retrieve session ID. Enhanced