Can we get conversation history from Azure Web PubSub

260 Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

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.