Original publication date: May 31, 2022
Added
-
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
MobileRTCMeetingSettings.h
- (void)disableCloudWhiteboard:(BOOL)disabled;
-
-
New callback to notify when a reaction is received in a Webinar.
-
New callback in
MobileRTCMeetingDelegate.h
- (void)onEmojiReactionReceivedInWebinar:(MobileRTCEmojiReactionType)type;
-
-
New interfaces and callback to support setting the chat privilege of a panelist.
-
New interfaces in
MobileRTCMeetingService+Chat.h
- (BOOL)changePanelistChatPrivilege:(MobileRTCPanelistChatPrivilegeType)type; - (MobileRTCPanelistChatPrivilegeType)getPanelistChatPrivilege;
-
New callback in
MobileRTCMeetingDelegate.h
(void)onSinkPanelistChatPrivilegeChanged:(MobileRTCPanelistChatPrivilegeType)privilege;
-
Changed & Fixed
-
Support new breakout room behavior introduced in the Zoom app v5.10.6.
-
Supported features:
-
Add support for all share types that are supported in the main session, such as multi-share, enable original sound, video optimization, etc.
-
Annotation
-
Remote control
-
Reclaim host
-
Ask all to unmute, mute all for host/co-host
-
Reaction
-
Mute/unmute audio or video, join/leave audio
-
Call in/call me
-
Local recording
-
In-meeting chat
-
Pin a user, allow multi-pin
-
Rename
-
Lower all hands for host/co-host
-
Turn on/off original sound
-
Waiting room (only allow admit to meeting)
-
-
Unsupported features:
-
Call out
-
Call H.323 device
-
Cloud recording
-
Change chat privilege
-
Spotlight
-
Set video order
-
Close caption
-
-
-
Fixed an issue where joining a meeting without setting a domain returned an incorrect error code.
-
Fixed an issue where a callback was not triggered when repeatedly entering and exiting a breakout room (BO).