Meeting SDK for Android API Reference
|
Chat message in zoom meeting. More...
Public Member Functions | |
ZoomSDKChatMessageType | getChatMessageType () |
Get Chat message type. | |
String | getMsgId () |
Get the message ID. | |
long | getSenderUserId () |
Get the ID of user who sends message. | |
String | getSenderDisplayName () |
Get the screen name of user who sends message. | |
long | getReceiverUserId () |
Get the ID of user who receives message. | |
String | getReceiverDisplayName () |
Get the screen name of user who receives message. | |
String | getContent () |
Get the message content. | |
long | getTime () |
Get the time when the message is sent. | |
boolean | isChatToAll () |
To check if the message is sent to all users in meeting. | |
boolean | isChatToAllPanelist () |
To check if the message is sent to all panelist in meeting. | |
boolean | isChatToWaitingroom () |
To check if the message is sent to waiting room users. | |
boolean | isComment () |
Determine if the current message is a comment replying to another message. | |
boolean | isThread () |
Determine if the current message is part of a message thread, and can be directly replied to. | |
List< IRichTextStyleItem > | getTextStyleItemList () |
Get the current message’s chat message font style list. | |
String | getThreadId () |
Get the current message’s thread ID. | |
List< SegmentDetails > | getSegmentDetails () |
Get the current message’s chat message SegmentDetails list. | |
Chat message in zoom meeting.
Definition at line 8 of file InMeetingChatMessage.java.
ZoomSDKChatMessageType us.zoom.sdk.InMeetingChatMessage.getChatMessageType | ( | ) |
Get Chat message type.
String us.zoom.sdk.InMeetingChatMessage.getContent | ( | ) |
Get the message content.
String us.zoom.sdk.InMeetingChatMessage.getMsgId | ( | ) |
Get the message ID.
String us.zoom.sdk.InMeetingChatMessage.getReceiverDisplayName | ( | ) |
Get the screen name of user who receives message.
long us.zoom.sdk.InMeetingChatMessage.getReceiverUserId | ( | ) |
Get the ID of user who receives message.
List< SegmentDetails > us.zoom.sdk.InMeetingChatMessage.getSegmentDetails | ( | ) |
Get the current message’s chat message SegmentDetails list.
String us.zoom.sdk.InMeetingChatMessage.getSenderDisplayName | ( | ) |
Get the screen name of user who sends message.
long us.zoom.sdk.InMeetingChatMessage.getSenderUserId | ( | ) |
Get the ID of user who sends message.
List< IRichTextStyleItem > us.zoom.sdk.InMeetingChatMessage.getTextStyleItemList | ( | ) |
Get the current message’s chat message font style list.
String us.zoom.sdk.InMeetingChatMessage.getThreadId | ( | ) |
Get the current message’s thread ID.
long us.zoom.sdk.InMeetingChatMessage.getTime | ( | ) |
Get the time when the message is sent.
boolean us.zoom.sdk.InMeetingChatMessage.isChatToAll | ( | ) |
To check if the message is sent to all users in meeting.
boolean us.zoom.sdk.InMeetingChatMessage.isChatToAllPanelist | ( | ) |
To check if the message is sent to all panelist in meeting.
boolean us.zoom.sdk.InMeetingChatMessage.isChatToWaitingroom | ( | ) |
To check if the message is sent to waiting room users.
boolean us.zoom.sdk.InMeetingChatMessage.isComment | ( | ) |
Determine if the current message is a comment replying to another message.
boolean us.zoom.sdk.InMeetingChatMessage.isThread | ( | ) |
Determine if the current message is part of a message thread, and can be directly replied to.