List<String> com.hyphenate.chat.EMChatRoom.getAdminList |
( |
| ) |
|
get chat room administrator list, if not fetch the chat room's detail specification, return result can be empty
- Returns
int com.hyphenate.chat.EMChatRoom.getAffiliationsCount |
( |
| ) |
|
String com.hyphenate.chat.EMChatRoom.getAnnouncement |
( |
| ) |
|
get chatroom announcement
- Returns
List<String> com.hyphenate.chat.EMChatRoom.getBlackList |
( |
| ) |
|
return black list
- Returns
int com.hyphenate.chat.EMChatRoom.getMemberCount |
( |
| ) |
|
return online member count
List<String> com.hyphenate.chat.EMChatRoom.getMemberList |
( |
| ) |
|
Map<String, Long> com.hyphenate.chat.EMChatRoom.getMuteList |
( |
| ) |
|
return mute list, Map.entry.key is username of mute action, Map.entry.value is expired time of banning post action, in milli-seconds
- Returns
String com.hyphenate.chat.EMChatRoom.getOwner |
( |
| ) |
|
get chat room owner, if not fetch the chat room's detail specification, return result can be empty
- Returns
The documentation for this class was generated from the following file:
- hyphenatechatsdk/src/com/hyphenate/chat/EMChatRoom.java