Join Video SDK session from browser

My application runs on 2 platforms - web and mobile. ZoomVideoSDK is used on both platforms to connect 2 users over a shared session created using video sdk.
Is it possible to create a link that takes the user to the same session on zoom via browser?

Hi @yashas.ashok ,

You can create a dynamic route that takes in a session name and creates a URL link based on the inputted name. You can then share that link with other users to allow them to access the same session. See how to do so here (this article uses Svelte, but you can see our blog site for the same walk-through using other frontend frameworks)

Thanks,
Rehema