Hello,
I am trying to achieve something that should be easy but I am having problems to find the correct way to do it. Basically, what I want is:
1. The users have a personal meeting room that is created during the LDAP Sync
2. If a user logs in through the WebRTC app portal (Sign-in button) it should be logged as a host, with all the capabilitites like calling, recording, start the meeting, etc.
3. If a user logs in through the "Join meeting" button, after filling its name (no PIN), it should be logged as a guest (needsActivation=true), and he should wait for the host to enter, shouldn't have the record button, no external calling available, etc.
I have been reading the API Reference Guide and everything points to implement this with different accessMethods, however, I don't want to implement configuration per coSpace, since I am importing them from LDAP.
Does anybody know what would be the best way to do this?
Javier