getChatRoomEntry

public abstract void getChatRoomEntry(String chatRoomId, String key, ResultCallback<Map<String, String>> callback)

Retrieve a single chatroom attribute.

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

Parameters

chatRoomId

The chatroom ID

key

The chatroom attribute key

callback

The result callback listener