Want to create angular app, where i should be able to create meeting as a host and send request to user to join that meeting

Hey @pandithrohith, thanks for posting and using Zoom!

To create a meeting you need to use our create meeting API which must be called from the backend.

To send join requests, you can add registrants via our registrants API and an email will be sent to them.

If you would like to run the meeting inside your Angular app you can do so with our Web SDK. You can see my post here about how to use the Web SDK with Angular:

Thanks,
Tommy