MobileRTCChatGroup_Panelists
MobileRTCChatGroup_SilentModeUsers
Enumeration of the privilege for attendee chat.
Everyone_Publicly_And_Privately
Enumeration of webinar chat privilege types.
All_Panelists_And_Attendees
Enumeration of the panelist chat privilege in webinar meeting.
ChatPrivilege_AllPanelist
Enumeration of common errors of SDK.
Chat controller in meeting.
MobileRTCWebinarChatPrivilege getWebinarAttendeeChatPrivilege()
Get the chat privilege of the webinar attendee.
boolean isMeetingChatLegalNoticeAvailable()
Whether chat legal notice is available.
boolean allowAttendeeChat(MobileRTCWebinarChatPrivilege privilege)
Only webinar host/co-host can run the function.
List< String > getAllChatMessageID()
Get all chat message id.
boolean isChatDisabled()
Query if it is disabled to chat in the current meeting.
MobileRTCSDKError sendChatMsgTo(InMeetingChatMessage msg)
Send a chat message.
MobileRTCSDKError setPanelistChatPrivilege(MobileRTCWebinarPanelistChatPrivilege privilege)
Set the chat privilege of the panelist.
MobileRTCSDKError deleteChatMessage(String msgId)
Delete chat message by message id.
boolean changeAttendeeChatPrivilege(MobileRTCMeetingChatPrivilege privilege)
Only meeting host/co-host can run the function.
long getMaxTransferFileSize()
Get the maximum size for file transfer.
MobileRTCSDKError transferFileToAll(String filePath)
Send file to all users in current meeting.
boolean isPrivateChatDisabled()
Query if meeting participants can send private 1:1 message to another participant.
boolean isFileTransferEnable()
Determine whether file transfer is enabled.
String getTransferFileTypeAllowList()
Get the list of allowed file types in transfer.
MobileRTCSDKError transferFile(String filePath, long toUser)
Send file to specify user in current meeting.
String getChatLegalNoticesPrompt()
Return chat legal notice prompt.
boolean isChatMessageCanBeDeleted(String msgId)
Determine whether the message can be delete.
String getChatLegalNoticesExplained()
Return explained text for chat legal notice.
InMeetingChatMessage getChatMessageById(String msgID)
Get chat message by message ID.
MobileRTCMeetingChatPrivilege getMeetingAttendeeChatPrivilege()
Get the chat privilege of the meeting participant.
String getShareMeetingChatStartedLegalNoticeContent()
Return meeting chat legal notice content when start to share meeting chat.
String getShareMeetingChatStoppedLegalNoticeContent()
Return meeting chat legal notice content when stop to share meeting chat.
MobileRTCWebinarPanelistChatPrivilege getPanelistChatPrivilege()
Get the chat privilege of the panelist.
boolean isShareMeetingChatLegalNoticeAvailable()
Whether meeting chat legal notice is available.
Chat message in zoom meeting.