30 this.isChatToAll = isChattoAll;
Zoom Video SDK chat message bean.
String getMessageId()
Get the message ID.
long getTimeStamp()
Get the message time stamp. millisecond.
ZoomVideoSDKUser senderUser
ZoomVideoSDKUser receiverUser
ZoomVideoSDKUser getSenderUser()
Get the sender user.
ZoomVideoSDKChatMessage(String msgId, ZoomVideoSDKUser senderUser, ZoomVideoSDKUser receiverUser, String content, long timeStamp, boolean isChattoAll, boolean isSelfSend)
boolean isChatToAll()
Query If the message is send to all.
ZoomVideoSDKUser getReceiverUser()
Get the message receiver userId. If the message is send to all , receiverUserId is -1;.
boolean isSelfSend()
Query If the message send by myself.
String getContent()
Get the message content.
Zoom Video SDK user information.