What are the minimum api calls to make to get the video conference started?

 Hi Zoom, 

Could you please let me know what are the minimum API calls to make to get into the video conferencing? I want to test the flow from Zoom API. Would appreciate the instant help. 

Regards

Tamim Syed

Hi Tamim, 

The minimum API calls you be to using the Create a meeting endpoint - https://zoom.github.io/api/#create-a-meeting. From there, you can use the join_url to send to your colleagues to join the meeting. 

Thanks