Open
Description
OpenIM Server Version
3.8.0
Operating System and CPU Architecture
Linux (AMD)
Deployment Method
Docker Deployment
Bug Description and Steps to Reproduce
IMSDK.subscribeUsersStatus(["1058783529",])
.then(({ data }) => {
// data: 用户在线状态详情列表
console.log(data); //这里打印的返回结果是[]
})
.catch(({ errCode, errMsg }) => {
// 调用失败
console.log(errMsg);
});
Screenshots Link
No response
Metadata
Assignees
Labels
No labels
Activity