force Remove Chat Room Entry
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
chat Room Id
The chatroom ID
key
The key of the chatroom attribute
send Notification
Specifies whether to send a notification. If enabled, the SDK will receive a notification message .
notification Extra
Custom fields for the notification. The notification message includes this field, with a maximum length of 2 KB.
callback
The result callback listener