- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
Views
Replies
Total Likes