#import <AgoraChatroom.h>
- (NSArray* occupants) __deprecated_msg |
|
("Use - members instead") |
|
|
List of members in the chat room
Initialize chatroom instance
Please use [+chatroomWithId:]
- Returns
- nil
+ (instancetype) chatroomWithId: |
|
(NSString *) |
aChatroomId |
|
Construct a chatroom instance with chatroom id
- Parameters
-
- Returns
- Chatroom instance
- (NSArray* members) EM_DEPRECATED_IOS |
|
(3_1_0) |
|
|
|
(3_3_0) |
|
|
|
("Use -memberList instead") |
|
|
|
| |
List of members in the chat room
- (NSInteger membersCount) EM_DEPRECATED_IOS |
|
(3_1_0) |
|
|
|
(3_3_0) |
|
|
|
("Use -occupantsCount instead") |
|
|
|
| |
The total number of members in the chat room
- (NSInteger maxMembersCount) EM_DEPRECATED_IOS |
|
(3_1_0) |
|
|
|
(3_3_0) |
|
|
|
("Use -maxOccupantsCount instead") |
|
|
|
| |
The capacity of the chat room
- (NSString*) announcement |
|
readnonatomiccopy |
Announcement of chat room
Chatroom‘s blacklist of blocked users
Need owner's authority to access, return nil if user is not the chatroom owner.
- (NSString*) description |
|
readnonatomiccopy |
- (BOOL) isMuteAllMembers |
|
readnonatomicassign |
The chat room is all members muted.
- (NSInteger) maxOccupantsCount |
|
readnonatomicassign |
The capacity of the chat room
List of members in the chat room
List of muted members<NSString>
Need owner's authority to access, return nil if user is not the chatroom owner.
- (NSInteger) occupantsCount |
|
readnonatomicassign |
The total number of members in the chat room
Owner of the chat room. Only one owner per chat room.
- (AgoraChatroomPermissionType) permissionType |
|
readnonatomicassign |
The chatroom membership type of the current login account
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: