|
enum | EMChatroomLeaveReason { BE_KICKED,
DESTROYED
} |
|
§ chatroomDescription()
const std::string& easemob::EMChatroom::chatroomDescription |
( |
| ) |
const |
Get chatroom's description.
- Parameters
-
- Returns
- Chatroom's description.
§ chatroomId()
const std::string& easemob::EMChatroom::chatroomId |
( |
| ) |
const |
Get chatroom's ID.
- Parameters
-
- Returns
- Chatroom's ID.
§ chatroomMemberCount()
int easemob::EMChatroom::chatroomMemberCount |
( |
| ) |
const |
Get current members count.
Note: Will return 0 if have not ever got chatroom's specification.
- Parameters
-
- Returns
- Member count
§ chatroomMemberMaxCount()
int easemob::EMChatroom::chatroomMemberMaxCount |
( |
| ) |
const |
Get max count of chatroom member.
Note: Will return 0 if have not ever got chatroom's specification.
- Parameters
-
- Returns
- Max count of chatroom member.
§ chatroomMembers()
EMChatroomMemberList easemob::EMChatroom::chatroomMembers |
( |
| ) |
const |
Get chatroom's member list.
Note: Will return empty list if have not ever got chatroom's specification.
- Parameters
-
- Returns
- Chatroom's member list.
§ chatroomSubject()
const std::string& easemob::EMChatroom::chatroomSubject |
( |
| ) |
const |
Get chatroom's subject.
- Parameters
-
- Returns
- Chatroom's subject
§ owner()
const std::string& easemob::EMChatroom::owner |
( |
| ) |
const |
Get chatroom's owner.
- Parameters
-
- Returns
- Chatroom's owner
The documentation for this class was generated from the following file: