forceRemoveChatRoomEntry

public abstract void forceRemoveChatRoomEntry(String chatRoomId, String key, Boolean sendNotification, String notificationExtra, RongIMClient.OperationCallback callback)

Forces the deletion of chatroom custom attributes.

Note: The chatroom status storage feature must be enabled first.

Parameters

chatRoomId

The chatroom ID

key

The key of the chatroom attribute

sendNotification

Specifies whether to send a notification. If enabled, the SDK will receive a notification message .

notificationExtra

Custom fields for the notification. The notification message includes this field, with a maximum length of 2 KB.

callback

The result callback listener