azurewebsocketchatpublish-subscribeazure-web-pubsub

Can we get conversation history from Azure Web PubSub


I am developing a chat window using Can we get conversation history from Azure Web PubSub. Is there a way i can get the convesation history.


Solution

  • According to this FAQ, the Azure Web PubSub service works as a data processor service and does not store customer messages. Therefore, you need to leverage other Azure services to store the conversation history. There is a Chatr application built by Ben Coleman which may be a good reference for you. You could start from this blog.