I am implementing a web only assistant. I have add...
# general-english
b
I am implementing a web only assistant. I have added client using VAPI webclient API. The web application is developed using ASP.Net webforms so in few scenario, when the user navigates to a different page, the whole browser reloads. I want to be able to reconnect to the previous conversation/call when user switches between browser without loosing the context of the ongoing call in between navigations. Is there a way to achieve this?
2 Views