So, I need to provide an iframe source to my users to implement in their own websites.
This iframe will have a button to start a Zoom conversation (based on a link provided by the host), and the button should be displayed only if the host is available.
The availability status is fed to my database and the button status should change immediately in accordance.
I have some ideas how to do that, but it’s probably not the most efficient way, so I’ll be happy to hear your opinions.
Thanks