remove Chat Room Entry
public abstract void removeChatRoomEntry(String chatRoomId, String key, Boolean sendNotification, String notificationExtra, RongIMClient.OperationCallback callback)
Deletes chatroom custom attributes.
Note: 1. Chatroom status storage must be enabled first. 2. Only attributes set by yourself can be deleted.
Parameters
chat Room Id
The chatroom ID.
key
The chatroom attribute key.
send Notification
Whether to send a notification. If enabled, the SDK will receive a notification message io.rong.imlib.chatroom.message.ChatRoomKVNotiMessage.
notification Extra
Custom notification field, included in the notification message io.rong.imlib.chatroom.message.ChatRoomKVNotiMessage, with a maximum length of 2 KB.
callback
Result callback listener.