removeChatRoomEntry

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

chatRoomId

The chatroom ID.

key

The chatroom attribute key.

sendNotification

Whether to send a notification. If enabled, the SDK will receive a notification message io.rong.imlib.chatroom.message.ChatRoomKVNotiMessage.

notificationExtra

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.