Package im.zego.zegoexpress.entity
Class ZegoRoomExtraInfo
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoRoomExtraInfo
-
public class ZegoRoomExtraInfo extends java.lang.Object
Room extra information.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
key
The key of the room extra information.long
updateTime
Update time of the room extra information, UNIX timestamp, in milliseconds.ZegoUser
updateUser
The user who update the room extra information.Please do not fill in sensitive user information in this field, including but not limited to mobile phone number, ID number, passport number, real name, etc.java.lang.String
value
The value of the room extra information.
-
Constructor Summary
Constructors Constructor Description ZegoRoomExtraInfo()
-
-
-
Field Detail
-
key
public java.lang.String key
The key of the room extra information.
-
value
public java.lang.String value
The value of the room extra information.
-
updateUser
public ZegoUser updateUser
The user who update the room extra information.Please do not fill in sensitive user information in this field, including but not limited to mobile phone number, ID number, passport number, real name, etc.
-
updateTime
public long updateTime
Update time of the room extra information, UNIX timestamp, in milliseconds.
-
-