iOS meeting SDK to handle the registered users join the meeting

We are facing issue on how to set-up iOS SDK integration, to join the meeting from the client for registered users only.
And enabling password is not an acceptable solution, since we don’t want to distribute password and ask users to enter it.
the question is, when a meeting is created and users are registered via register api only and have all allowable participants registered before the meeting, how the iOS client allows and enforces only registered users can join the meeting?
Would you please show the sample code of the solution?

Hi @saadhna
To be able to accomplish your use case, you will need to create a meeting with registration enabled and then register participants to those meetings.
Participants that have been approved/ registered, will need to join the meeting using the Join URL returned in the Post/meeting/registrant call and they will have to be logged in in their account

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.