Members

static, constant GroupchatReceiptsPlugin

群聊已读状态插件。 使用后多人 Conversation 会增加 lastReadTimestamps 属性,该属性是 对话成员 ID - 最后已读消息时间 的键值对。 在首次查询该会话的消息记录后,lastReadTimestamps 将会得到初始值, 之后在该属性有变化时 Conversation 会派发 lastreadtimestampsupdate 事件。
Example
var realtime = new Realtime({
  appId: appId,
  appKey: appKey,
  server: server,
  plugins: [GroupchatReceiptsPlugin],
});

Type Definitions

GroupchatLastReadTimestamps

对话成员 ID - 最后已读消息时间

Events

lastreadtimestampsupdate

群聊的已读状态更新,由 Conversation 派发
Parameters:
Name Type Description
updatedTimestamps GroupchatLastReadTimestamps 有更新的成员的最后已读消息时间