3import androidx.annotation.Nullable;
35 this.isChatToAll = isChattoAll;
String getMessageId()
Gets the message ID.
long getTimeStamp()
Gets the message timestamp in milliseconds.
ZoomVideoSDKUser senderUser
ZoomVideoSDKUser receiverUser
ZoomVideoSDKUser getSenderUser()
Gets the sender user. When the message is sent from a broadcast streaming viewer, this function retur...
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.
ZoomVideoSDKChatMessage(String msgId, ZoomVideoSDKUser senderUser, String senderName, ZoomVideoSDKUser receiverUser, String content, long timeStamp, boolean isChattoAll, boolean isSelfSend)
boolean isSelfSend()
Determines whether the message is sent by myself.
String getContent()
Gets the message content.
String getSenderName()
Gets the sender's display name. This function returns the sender's name for both session users and br...
Zoom Video SDK user information.