Hi There !
I am trying to use zoom API with my website. I followed all guideline present in documentation. But after creating meeting, when i want to start meeting using start_url link, website ask me to log in by using credentials. In my scenerio, as i set all details in code (like username, secret token etc) i need to skip this step. Kindly guide me how to do it. Because, it will not be useful for me if every time i need to logged in Zoom when i start hosting meeting.
Thanks.
Regards.
Hey @sunil.reddy thanks for reaching out!
In your request body, what are you setting for the enforce_login
in the settings
object?
If it is set to true
try setting it to false
.
If that does not work let me know and we can try something else!