wfc_flutter_plugins icon indicating copy to clipboard operation
wfc_flutter_plugins copied to clipboard

聊天室加入/获取信息相关问题

Open xorzdev opened this issue 8 months ago • 3 comments

在 Android/iOS 双端 设备上

getChatroomInfo 接口报错:错误码 5 joinChatroom 有时成功有时报错: 错误码 4 getJoinedChatroomId 更是 sdk 直接直接报错: Unhandled Exception: type 'Null' is not a subtype of type 'FutureOr<String>'

xorzdev avatar Jun 18 '25 07:06 xorzdev

getChatroomInfo 接口报错:错误码 5

getChatroomInfo 时,传入的 updateDt 参数,是表示本地 chatroomInfo 的更新时间,如果此后,chatroomInfo 没有更新,就会返回 5,表示数据没有改动。

imndx avatar Jun 20 '25 02:06 imndx

joinChatroom 有时成功有时报错: 错误码 4

这是 im-server 的错误,需要提供对应的 im-server 日志

imndx avatar Jun 20 '25 02:06 imndx

现在还有问题吗?如果有问题请提供IM服务的日志

heavyrain2012 avatar Aug 02 '25 04:08 heavyrain2012