forceRemoveChatRoomEntry

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

强制删除聊天室自定义属性。

注意:必须先开通聊天室状态存储功能。

Parameters

chatRoomId

聊天室 id

key

聊天室属性键值

sendNotification

是否需要发送通知,如果需要发送通知,SDK 会收到通知消息 ChatRoomKVNotiMessage。

notificationExtra

通知自定义字段,通知消息 ChatRoomKVNotiMessage 中包含此字段,最大长度 2 kb。

callback

结果回调监听