forceRemoveChatRoomEntry

public abstract void forceRemoveChatRoomEntry(String chatRoomId, String key, boolean sendNotification, String notificationExtra, OperationCallback callback)

Forcefully deletes custom attributes of a chatroom.

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

Parameters

chatRoomId

The ID of the chatroom

key

The key of the chatroom attribute

sendNotification

Whether to send a notification. If enabled, the SDK will receive a notification message ChatRoomKVNotiMessage.

notificationExtra

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

callback

Callback listener for the result