#import <EMChatroom.h>
◆ __deprecated_msg [1/2]
- (NSArray* occupants) __deprecated_msg |
|
("Use - members") |
|
|
List of members in the chat room
◆ __deprecated_msg [2/2]
Initialize chatroom instance
Please use [+chatroomWithId:]
- Returns
- nil
◆ chatroomWithId:
+ (instancetype) chatroomWithId: |
|
(NSString *) |
aChatroomId |
|
Construct a chatroom instance with chatroom id
- Parameters
-
- Returns
- Chatroom instance
◆ EM_DEPRECATED_IOS [1/3]
- (NSInteger maxMembersCount) EM_DEPRECATED_IOS |
|
(3_1_0) |
|
|
|
(3_3_0) |
|
|
|
("Use -maxOccupantsCount") |
|
|
|
| |
The capacity of the chat room
◆ EM_DEPRECATED_IOS [2/3]
- (NSArray* members) EM_DEPRECATED_IOS |
|
(3_1_0) |
|
|
|
(3_3_0) |
|
|
|
("Use -memberList") |
|
|
|
| |
List of members in the chat room
◆ EM_DEPRECATED_IOS [3/3]
- (NSInteger membersCount) EM_DEPRECATED_IOS |
|
(3_1_0) |
|
|
|
(3_3_0) |
|
|
|
("Use -occupantsCount") |
|
|
|
| |
The total number of members in the chat room
◆ adminList
◆ announcement
- (NSString*) announcement |
|
readnonatomiccopy |
Announcement of chat room
◆ blacklist
Chatroom‘s blacklist of blocked users
Need owner's authority to access, return nil if user is not the chatroom owner.
◆ chatroomId
◆ description
- (NSString*) description |
|
readnonatomiccopy |
◆ isMuteAllMembers
- (BOOL) isMuteAllMembers |
|
readnonatomicassign |
The chat room is all members muted.
◆ maxOccupantsCount
- (NSInteger) maxOccupantsCount |
|
readnonatomicassign |
The capacity of the chat room
◆ memberList
List of members in the chat room
◆ muteList
List of muted members<NSString>
Need owner's authority to access, return nil if user is not the chatroom owner.
◆ occupantsCount
- (NSInteger) occupantsCount |
|
readnonatomicassign |
The total number of members in the chat room
◆ owner
Owner of the chat room. Only one owner per chat room.
◆ permissionType
- (EMChatroomPermissionType) permissionType |
|
readnonatomicassign |
The chatroom membership type of the current login account
◆ subject
◆ whiteList
List of whitelist members<NSString>
Need owner's authority to access, return nil if user is not the chatroom owner.
The documentation for this class was generated from the following file: