android 屏蔽群消息失败:com.easemob.exceptions.EaseMobException: group not exist in local
android 屏蔽群消息失败:com.easemob.exceptions.EaseMobException: com.easemob.exceptions.EaseMobException: group not exist in local
没有找到相关结果
已邀请:
1 个回复
[已注销]
//根据群聊ID从服务器获取群聊基本信息
EMGroup group =EMGroupManager.getInstance().getGroupFromServer(groupId);
//保存获取下来的群聊基本信息 EMGroupManager.getInstance().createOrUpdateLocalGroup(group);