Creating meetings using the Zoom SDK

Hi all! I’m trying to create a meeting using the Zoom SDK. I am aware that I can do something like so: Zoom Meeting API but if I’m understanding correctly, that requires a user account to create the meeting and is limited to 100 meetings a day. I am creating an app that will allow my users to join the zoom room and I was hoping I would be able to create the meeting under the developer account (and get billed to the developer account) and not require any of my users to create zoom accounts. Can this be done?

Thank you in advance!

@sysadmin3 only the host of the meeting requires a dedicated zoom user and account to create a meeting ID. Additional participants do not need to have their own Zoom users. They will just be identified in the meeting by their userName passed to the ZoomMtg.join() method.