OptionaladminOptionalannouncement?: stringOptionalblockOptionalcreateOptionaldescription?: stringOptionalisOptionalisOptionalmaxOptionalmemberOptionalmemberOptionalmuteOptionalmuteKVList?: Record<string, number>OptionalmuteOptionalroomOptionaladminThe admin list of the chat room.
OptionalannouncementThe chat room announcement.
OptionalblockThe block list of the chat room.
OptionalcreateGets the timestamp(ms) when the chat room was created. This property is available once join the chat room.
OptionaldescriptionThe chat room description.
OptionalisWhether all members are muted in the chat room.
true: Yes.false: No.OptionalisCurrent user is in allow list or not. This property is available once join the chat room. This property will be updated when current user is added or removed from the white list.
true: In white list.false: Not in white list.OptionalmaxThe maximum number of users allowed to join a chat room. This field is specified during the creation of a chat room.
OptionalmemberThe number of members in the chat room.
OptionalmemberThe member list of the chat room.
OptionalmuteGets the timestamp(ms) when Current user will be unmuted.
This property is available once join the chat room. This property will be updated when current use is muted or unmuted.
OptionalmuteKVListThe mute list of the chat room.
key: userId value: mute expire time
OptionalmuteThe mute list of the chat room.
The user ID of the chat room owner.
The role of the current user in the chat room. For role types, see ChatRoomPermissionType.
The chat room ID.
OptionalroomThe chat room name.
The chat room instance class.
To get the correct value, ensure that you call ChatRoomManager.fetchChatRoomInfoFromServer to get chat room details before calling this method.