I’ve finally got around to digging into the iOS SDK, and I’ve got some technical questions about workflow. My objective is to start an ad hoc meeting between two (or eventually more) devices.
-
Is there documentation somewhere of a minimum workflow for setting up an ad hoc meeting (meet now)?
-
Is it necessary to use the SDK login methods (email/SSO) to join a meeting?
-
If I am able to join a meeting without a login, with just meeting number and password, are there HIPAA implications I might not be aware of?My current assumption is that I can create a meeting via the Zoom REST API with
enforce_login
false, and I’ll be able to manage access to the meeting via my application logic - but I wanted to send these questions your way first in case I was starting from a bad set of assumptions.