Optional
adminOptional
announcement?: stringOptional
blockOptional
description?: stringOptional
isOptional
maxOptional
memberOptional
memberOptional
muteOptional
roomOptional
adminThe admin list of the chat room.
Optional
announcementThe chat room announcement.
Optional
blockThe block list of the chat room.
Optional
descriptionThe chat room description.
Optional
isWhether all members are muted in the chat room.
true
: Yes.false
: No.Optional
maxThe maximum number of users allowed to join a chat room. This field is specified during the creation of a chat room.
Optional
memberThe number of members in the chat room.
Optional
memberThe member list of the chat room.
Optional
muteThe 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.
Optional
roomThe 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.