Description
I want to create a dynamic publishable zoom URL for my application which can have subdomains. Can we ask users for the logged in subdomain which they want to use?
Details
- One user can be logged in with multiple subdomains at the same time from their browser.
- We don’t share sessions among different subdomains, even if the user is on the same browser.
- So effectively, when users visit zoom publishable URL - example.com/zoom-integration-url
We can’t find out that user has logged in with which subdomains, unless user tell us the subdomain name.
Can we ask user for the subdomain name which they want to integrate zoom app with, when user clicks on publishable URL i.e before Zoom’s Permissions page (on our website custom page)?