Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • ZegoRoomExtraInfo

        public ZegoRoomExtraInfo()