I’m using the following codepen example to authorize the user tawk.to Login/Logout API
When certain userId is provided, I’d expect the chat history to be populated with all previous conversations for the given hash\userId. However, it does not work, if I open the same page in another browser and click “login”, I will not see previous conversations.
Is it something that I’m doing wrong?