Avatar

Level 2

Hello there, Hans!

I'm afraid I can't help you with the first question- that might be a better question to ask over in the AIR forums. But for your second question, the class you're looking for is called UserManager. See, any LCCS session comes pre-baked with four Shared Managers (com.adobe.rtc.sharedManagers.*) that are accessible via the connect session (yourConnectSessionInstance.userManager), and that allow access to common room events. In your case, I would listen for UserManager.userCreate or UserManager.userRemove to update your room roster.

For an implementation of this, take a look at the source code for the Roster Pod that comes with the SDK- it not only pays attention to user adds/removes, but also displays rights and roles.


Michael Krotscheck