You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[BUG] After calling IMSDK.inviteUserToGroup, when calling IMSDK.getGroupMemberList, the error ""[object Object]" is not valid JSON" 10006 occurred. #54
问题描述:
IMSDK.inviteUserToGroup后,调用IMSDK.getGroupMemberList出现""[object Object]" is not valid JSON"10006错误
重现步骤:
1、正常登录;
2、调用 IMSDK.createGroup创建群聊,参数为needVerification:2;
3、调用 IMSDK.inviteUserToGroup邀请入群;
4、调用IMSDK.getGroupMemberList重新查询群成员信息,参数为:offset:0,count:20,出现"[object Object]" is not valid JSON"10006错误;
5、重新进入群聊详情页面,首次调用IMSDK.getGroupMemberList正常,重复调用IMSDK.getGroupMemberList必现"[object Object]" is not valid JSON"10006错误