|
HyphenateSDK
3.1.4
|
#import <EMChatroom.h>
构造函数 | |
| ("Use +chatroomWithId:") | - __deprecated_msg |
类方法 | |
| (instancetype) | + chatroomWithId: |
属性 | |
| NSString * | chatroomId |
| NSString * | subject |
| NSString * | description |
| NSString * | owner |
| NSInteger | occupantsCount |
| NSInteger | maxOccupantsCount |
| NSArray * | occupants |
| - ("Use +)chatroomWithId: |
初始化聊天室实例
请使用[+chatroomWithId:]方法
| + (instancetype) chatroomWithId: | (NSString *) | aChatroomId |
获取聊天室实例
| aChatroomId | 聊天室ID |
|
readnonatomiccopy |
聊天室ID
|
readnonatomiccopy |
聊天室的描述
|
readnonatomicassign |
聊天室的最大人数,如果没有获取聊天室详情将返回0
|
readnonatomiccopy |
聊天室的成员列表,需要获取聊天室详情
|
readnonatomicassign |
聊天室的当前人数,如果没有获取聊天室详情将返回0
|
readnonatomiccopy |
聊天室的所有者,需要获取聊天室详情
聊天室的所有者只有一人
|
readnonatomiccopy |
聊天室的主题
1.8.11