Host start meeting in web sdk

I do not have problem in creating a zoom meeting in php , I can also extract the join url and start url, from the response, I have also seen the websdk sample which is useful for joining the meeting.
But How can i from inside my php app get the host to start the meeting programatically.

Also i did not see any passcode although i have the meeting id.

Hi @jash_whitty,

If you use our Web SDK, you can enable the host to start the meeting automatically upon joining by designating the correct role when you generate a signature.

You can see this process in our documentation here:

For a host, you’ll pass role “1”.

Let me know if this helps!

Best,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.