问题描述
通过服务端给的接口创建了聊天室,直接在ChatDemo-UI2.0上改了代码ChatViewController *chatController = [[ChatViewController alloc] initWithChatter:@"114715680632209992" conversationType:eConversationTypeChatRoom]; 把刚创建的聊天室id传过去,点击聊天室进入的时候提示没有找到,EMGroupInternal::joinWithNick: error:没有找到. 请问还需要修改什么才能正常进入聊天室
解决方案
你在进去之前要创建聊天室,保证这个聊天室的ID 是对的
时间: 2024-11-16 09:15:23