Original publication date: December 21, 2022
Added
-
New callback for sign interpretation.
-
New callback in
MobileRTCMeetingDelegate.h
- (void)onTalkPrivilegeChanged:(BOOL)hasPrivilege;
-
-
New interface to support transferring an ongoing meeting or webinar from another logged-in Zoom device.
-
New enum in
MobileRTCConstants.h
:MobileRTCNotificationServiceStatus_None = 0, MobileRTCNotificationServiceStatus_Starting, MobileRTCNotificationServiceStatus_Started, MobileRTCNotificationServiceStatus_StartFailed, MobileRTCNotificationServiceStatus_Closed
-
New callback in
MobileRTCAuthService.h
- (void)onNotificationServiceStatus:(MobileRTCNotificationServiceStatus)status;
-
New interface in
MobileRTCAuthService.h
- (MobileRTCNotificationServiceHelper*_Nullable)getNotificationServiceHelper; - (void)enableAutoRegisterNotificationServiceForLogin:(BOOL)enable; - (MobileRTCSDKError)registerNotificationService:(nullable NSString*)accessToken; - (MobileRTCSDKError)unregisterNotificationService;
-
New interface in
MobileRTCInMeetingDeviceInfo.h
@property(nonatomic, assign, readonly) NSInteger index; @property(nonatomic, copy, readonly) NSString * _Nullable deviceName; @property(nonatomic, copy, readonly) NSString * _Nullable meetingTopic; @property(nonatomic, assign, readonly) NSUInteger meetingNumber;
-
New call back in
MobileRTCNotificationServiceHelper.h
- (void)onMeetingDeviceListChanged:(NSArray<MobileRTCInMeetingDeviceInfo*>*_Nullable)deviceList; - (void)onTransferMeetingStatus:(BOOL)bSuccess;
-
New interface in
MobileRTCNotificationServiceHelper.h
@property (assign, nonatomic) id<MobileRTCNotificationServiceHelperDelegate> _Nullable delegate; - (BOOL)isTransferMeetingEnabled; - (MobileRTCSDKError)transferMeeting:(NSInteger)index;
-
-
New interface to allow everyone in the waiting room to be in the meeting.
-
New interface in
MobileRTCWaitingRoomService.h
- (MobileRTCSDKError)admitAllToMeeting;
-
Fixed
-
Fixed an issue where the userID is required when starting a meeting with a ZAK.
-
Fixed the meeting state error when switching domains.
-
Fixed an issue where the alert display after Zoom authentication failed but it shouldn’t appear.
-
Fixed an issue where the interface
hideCloudWhiteboardShareButton
couldn’t work. -
Fixed the user interface displaying issue.
-
Fixed an issue where the meeting status was incorrect for meeting participants.
-
Fixed an issue where the attendees are able to receive
OnSignInterpreterListChanged
when the meeting host enable sign interpretation. -
Fixed an issue where the attendees couldn’t receive a callback when others’ raw- or live-streaming status changed.
-
Fixed an issue where
customizeMeetingTitle
doesn’t work in breakout room meeting.
Changed
-
New supported languages: Dutch and Indonesian.
Deprecated
- (void)onDisallowSignInterpreterToTalk;