force Remove Chat Room Entry
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
chat Room Id
The ID of the chatroom
key
The key of the chatroom attribute
send Notification
Whether to send a notification. If enabled, the SDK will receive a notification message ChatRoomKVNotiMessage.
notification Extra
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