public class InMeetingChatMessage
extends java.lang.Object
Constructor and Description |
---|
InMeetingChatMessage() |
Modifier and Type | Method and Description |
---|---|
ZoomSDKChatMessageType |
getChatMessageType()
Get Chat message type
|
java.lang.String |
getContent()
Get the message content.
|
java.lang.String |
getMsgId()
Get the message ID.
|
java.lang.String |
getReceiverDisplayName()
Get the screen name of user who receives message.
|
long |
getReceiverUserId()
Get the ID of user who receives message.
|
java.lang.String |
getSenderDisplayName()
Get the screen name of user who sends message.
|
long |
getSenderUserId()
Get the ID of user who sends message.
|
long |
getTime()
Get the time when the message is sent.
|
boolean |
isChatToAll()
To check if the message is sended to all users in meeting
|
boolean |
isChatToAllPanelist()
To check if the message is sended to all panelist in meeting
|
boolean |
isChatToWaitingroom()
To check if the message is sended to waiting room users
|
void |
setChatToAll(boolean chatToAll) |
void |
setChatToAllPanelist(boolean chatToAllPanelist) |
void |
setChatToWaitingroom(boolean chatToWaitingroom) |
public ZoomSDKChatMessageType getChatMessageType()
ZoomSDKChatMessageType
public java.lang.String getMsgId()
public long getSenderUserId()
public java.lang.String getSenderDisplayName()
public long getReceiverUserId()
public java.lang.String getReceiverDisplayName()
public java.lang.String getContent()
public long getTime()
public boolean isChatToAll()
public void setChatToAll(boolean chatToAll)
public boolean isChatToAllPanelist()
public void setChatToAllPanelist(boolean chatToAllPanelist)
public boolean isChatToWaitingroom()
public void setChatToWaitingroom(boolean chatToWaitingroom)