Published September 20, 2023
Added
-
New added interface to set the category attribute of the meeting notification.
- New interface in
MeetingSettingsHelper
.
void setConfNotificationCategory(String category)
- New interface in
-
New added interface to hide the share button on the toolbar in the meeting.
- New interface in
MeetingSettingsHelper
.
void setHideShareButtonInMeetingToolbar(boolean bHide)
- New interface in
-
New added interface to support new meeting chat with sending quoted messages and receiving messages with rich text style.
- New added interface in
InMeetingChatController
.
InMeetingChatMessage getChatMessageById(String msgID) MobileRTCSDKError sendChatMsgTo(InMeetingChatMessage msg)
- New added interface in
InMeetingChatMessage
.
boolean isComment() boolean isThread() List<IRichTextStyleItem> getTextStyleItemList() String getThreadId()
- New added enum
RichTextStyle
.
TextStyle_None, TextStyle_Bold, TextStyle_Italic, TextStyle_Strikethrough, TextStyle_BulletedList, TextStyle_NumberedList, TextStyle_Underline, TextStyle_FontSize, TextStyle_FontColor, TextStyle_BackgroundColor, TextStyle_Indent, TextStyle_Paragraph, TextStyle_Quote, TextStyle_InsertLink
- New added interface in
IRichTextStyleOffset
.
int getPositionStart() int getPositionEnd() String getReserve()
- New added interface in
IRichTextStyleItem
.
RichTextStyle getTextStyle() List<IRichTextStyleOffset> getTextStyleOffsetList()
- New added interface in
ChatMessageBuilder
.
ChatMessageBuilder setContent(String content) ChatMessageBuilder setReceiver(int receiver) ChatMessageBuilder setThreadId(String threadId) ChatMessageBuilder setMessageType(ZoomSDKChatMessageType type) ChatMessageBuilder setQuotePosition(int positionStart, int positionEnd) InMeetingChatMessage build()
- New added interface in
-
New added interface to detect whether the user has a camera.
- New added interface in
InMeetingUserInfo
.
boolean hasCamera()
- New added interface in
-
New added interface to support set activity to show disclaimer.
- New added new interface in
MeetingSettingsHelper
.
void setActivityForShowDisclaimer(Activity activity)
- New added new interface in
-
New added interface to support webinar breakout room.
- New added interface in
BOOption
.
public boolean isAttendeeContained public boolean isPanelistCanChooseBO public boolean isAttendeeCanChooseBO public boolean isUserConfigMaxRoomUserLimitsEnabled public int nUserConfigMaxRoomUserLimits
- New added interface in
IBOCreator
.
boolean createWebinarBo(List<String> boNameList)
- New added interface in
IBOMeeting
.
BOCtrlUserStatus getBOUserStatus(String strUserID)
- New added enum value in
MeetingStatus
.
MEETING_STATUS_ENDED, MEETING_STATUS_UNLOCKED, MEETING_STATUS_LOCKED, MEETING_STATUS_JOIN_BREAKOUT_ROOM, MEETING_STATUS_LEAVE_BREAKOUT_ROOM
- New added interface in
Fixed
- Fixed an issue that calling function cleanUp while direct sharing connecting will cause the App to crash.
Deprecated
- Deprecated the interface in
InMeetingChatController
.
public MobileRTCSDKError sendChatToUser(long receiver, String content) public MobileRTCSDKError sendChatToGroup(MobileRTCChatGroup group, String content)
- Deprecated the interface in
IBOData
.
BOCtrlUserStatus getBOUserStatus(String strUserID)