AgoraRTM 查询消息历史(持久消息)
AgoraRTM Query Message History (Persistent Messaging)
在两个 RTMClient.sendMessageToPeer()
and RTMChannel.sendMessage()
methods via the SendMessagesOptions 接口上都可以选择在发送时保留消息(这是两种方法的可选第二个参数)。
但是我找不到有关这些消息如何以及以何种形式保留的信息,以及最终如何检索消息历史记录的信息。
有人能给我指出正确的方向吗?谢谢。
显然该功能仍处于测试阶段。
此答案来自他们的官方 repo GitHub。
I confirmed with my colleagues, it's shown there but still in beta phase. if you believe you need this feature maybe you can try contacting sales person.
在两个 RTMClient.sendMessageToPeer()
and RTMChannel.sendMessage()
methods via the SendMessagesOptions 接口上都可以选择在发送时保留消息(这是两种方法的可选第二个参数)。
但是我找不到有关这些消息如何以及以何种形式保留的信息,以及最终如何检索消息历史记录的信息。
有人能给我指出正确的方向吗?谢谢。
显然该功能仍处于测试阶段。
此答案来自他们的官方 repo GitHub。
I confirmed with my colleagues, it's shown there but still in beta phase. if you believe you need this feature maybe you can try contacting sales person.