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.
Asked
Active
Viewed 191 times
1 Answers
0
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.

Yan Jin
- 51
- 1