RTM
RTM copied to clipboard
history chat messages
is it possible to get history chat messages of a particular AgoraRtmChannel which is not yet destroyed on joining late?
Same question here!
rtm supports history message. you will need to setup your own server to sync using its server api.
@plutoless Hello. Can you elaborate a little please? Is there any documentation on this?
Here: https://github.com/AgoraIO/RTM/issues/53 you said message history is not yet a published feature. for now you need to persist the message on your own server.
Now RTM (v.1.4.1) supports this feature? The documentation says otherwise. How RTM supports history message if I need to use my own server?
Thanks!
@vladpre92 https://docs.agora.io/en/Real-time-Messaging/API%20Reference/RTM_java/classio_1_1agora_1_1rtm_1_1_send_message_options.html#a1982a53ee597146dd0371a8aaaf8baac this feature is still in private beta phase. the idea is you can enable historical message when sending a P2P message. later you can use restful api to get the historical message. It has qps limit so it's not ideal to direct call from client, it's recommended to sync periodically from server. try talking to agroa sales/support team if you are interested.
How can we get chat history message in Agora RTM? (Version 1.4.8)
Is this feature published ?
Same question here
Is this feature published ?
@fad-viribuz @Sreesanth46 Sorry the feature was not published due to product decisions. But you may still try talking to sales/support team if you need access.