chatroomManage
聊天室
创建聊天室
im.chatroomManage.create(name).then(() => {
//
});
加入聊天室
im.chatroomManage.join(group_id).then(() => {
//
})
退出聊天室
im.chatroomManage.leave(group_id).then(() => {
//
})
解散聊天室
im.chatroomManage.destroy(group_id).then(() => {
//
})
文档反馈
(如有产品使用问题,请 提交工单)