It was my understanding that zoom api allows for the creation of zoom meeting links without a user being authenticated. After researching the api/blogs, it appears that it’s not entirely clear. There appears to be a lack of consensus among the developers and the api docs. For example, Meeting start without authentication, the developer says it is not possible except in the Web SDK to create a meeting without an authenticated user, but if we look into https://marketplace.zoom.us/docs/sdk/native-sdks/user-login#non-login, we see the following:
“Note: Some SDK functions are not available for Non-login users, including starting Instant Meetings or Scheduling & Managing Meetings… Non-login User Billing Usage of SDK features by anonymous users will be billed to the SDK Key & Secret owner (app developer).”