public class User extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ResponseResult |
add(ChatroomModel chatroom)
添加聊天室白名单成员方法
|
Result |
getList(ChatroomModel chatroom)
添加聊天室白名单成员方法
|
RongCloud |
getRongCloud() |
ResponseResult |
remove(ChatroomModel chatroom)
添加聊天室白名单成员方法
|
void |
setRongCloud(RongCloud rongCloud) |
public RongCloud getRongCloud()
public void setRongCloud(RongCloud rongCloud)
public ResponseResult add(ChatroomModel chatroom) throws Exception
chatroom:聊天室.Id,memberIds - 聊天室中白名单成员最多不超过 5 个。(必传)Exceptionpublic ResponseResult remove(ChatroomModel chatroom) throws Exception
chatroom:聊天室.Id,memberIds - 聊天室中白名单成员最多不超过 5 个。(必传)Exceptionpublic Result getList(ChatroomModel chatroom) throws Exception
ExceptionCopyright © 2020 RcongCloud Group. All rights reserved.