ChatRoomInfo class

聊天室信息

Constructors

ChatRoomInfo()

Properties

announcement String?
聊天室公告
getter/setter pair
broadcastUrl String?
视频直播拉流地址
getter/setter pair
creator String?
聊天室创建者账号
getter/setter pair
extension Map<String, dynamic>?
第三方扩展字段, 长度4k
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mute int?
聊天室禁言标记
getter/setter pair
name String?
聊天室名称
getter/setter pair
onlineUserCount int?
当前在线用户数量
getter/setter pair
queueLevel int?
队列管理权限,如是否有权限提交他人key和信息到队列中
getter/setter pair
roomId String?
聊天室id
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validFlag int?
聊天室有效标记, 1:有效,0:无效
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited