regarding this problem: Call get disconnected while I am refreshing the SIPML5 demo page .
can be found here https://groups.google.com/forum/#!msg/doubango/BlAww-8Wq4U/79Rupoa4BwAJ;context-place=searchin/doubango/page$20refresh%7Csort:date
I am searching for a solution to keep the call going even if the client page get refreshed
I know that all variables lives inside the javascript file will be re-created when a page get refreshed but my question is :
can I use indexDB to store all the objects that sipml5 client use so the call never get disconnected on page refresh?