跳到主要内容

版本:5.X

多端同步阅读状态

多端同步阅读状态

调用 sendSyncReadStatusMessage 同步多个客户端的消息阅读状态。

const conversation = {
conversationType: RongIMLib.ConversationType.PRIVATE,
targetId: "<目标用户ID>",
channelId: ""
};
RongIMLib.sendSyncReadStatusMessage(conversation, '1641350006895').then(res => {
if (res.code === 0) {
console.log('多端同步成功!')
} else {
console.log(res.code, res.msg)
}
}).catch(error => {
console.log(error)
});
参数类型说明
conversationIConversationOption会话
lastMessageSendTimenumber最后一条消息的时间