After creating a zoom session with uitoolkit if I reload the page then session doesn't not shows up

After creating a session using uitoolkit if I reload the page using browser reload button then I cannot access my existing session.uitoolkit.joinsession() shows Session already been joined .I can get it when I open that url in new tab.it was working properly before 30 July 2024 .I was able to get same session after reload also … please help me to fix the issue.asap

Hey @agprem What’s the version of the UI Toolkit that you’re using? Are you using it with a web framework like React/Next.js? Are you calling the joinSession method on page load? Can you share your code snippet to reproduce this?