TencentCloud / TIMSDK

Tencent Cloud Chat features a comprehensive suite of solutions including global access, one-to-one chat, group chat, message push, profile and relationship chain hosting, and account authentication.
https://trtc.io/products/chat
2.58k stars 2.76k forks source link

【web】-【2.7.6】:目前的sdk是否支持不同终端里的消息状态自动同步? #847

Open liuchuanv opened 4 years ago

liuchuanv commented 4 years ago

【web】-【2.7.6】:【目前的sdk是否支持不同终端里的消息状态自动同步?】 【集成包】:Timsdk 【当前现象】:同一个app,在android端、小程序端、web端的同时获得某条未读消息。然后在web端消息变为已读,这时andorid端和小程序端的该会话的消息状态还是未读。 在web端sdk中有 tim.getConversationList() 函数,该函数是否就是用来主动更新会话列表的?该函数测试过程中无效。多终端时调用该函数消息状态不变。 【机型】:小米、微信、pc h5

zy1260863199-web commented 4 years ago

需要刷新会话列表时这个接口tim.getConversationList()才会被调用, imagexia详情可以参考链接:https://imsdk-1252463788.file.myqcloud.com/IM_DOC/Web/SDK.html#getConversationList

tiantianliu commented 4 years ago

请问您最后是如何解决“不同终端里的消息状态自动同步”这个问题的?