30 this.isChatToAll = isChattoAll;
Zoom Video SDK chat message bean.
String getMessageId()
Gets the message ID.
long getTimeStamp()
Gets the message timestamp in milliseconds.
ZoomVideoSDKUser senderUser
ZoomVideoSDKUser receiverUser
ZoomVideoSDKUser getSenderUser()
Gets the sender user.
ZoomVideoSDKChatMessage(String msgId, ZoomVideoSDKUser senderUser, ZoomVideoSDKUser receiverUser, String content, long timeStamp, boolean isChattoAll, boolean isSelfSend)
boolean isChatToAll()
Determines whether the message is sent to all.
ZoomVideoSDKUser getReceiverUser()
Gets the message receiver user. If the message is sent to all, receiverUser is null.
boolean isSelfSend()
Determines whether the message is sent by myself.
String getContent()
Gets the message content.
Zoom Video SDK user information.