- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
My application works like this:each user has their own room, and I need to allow them to publish and subscribe, but not own (and thus not create sub rooms). So they login to my site, get an auth token from LCCS, and then create a ConnectSession with this auth token. But unless I getAuthenticationToken with owner priveleges 100, it fails with
insufficient permissions to create a new CollectionNode. You must be an OWNER of the room to add new multi-user features to it. Log in with developer credentials in order to do so.
So what I need to know is how to
A) create a room for the user using external authentication
B) allow the user to log in to that room with publisher priveleges after having gotten an auth token.
C) allow other users to log in to that room with publisher priveleges after recieving the same auth token.
Any help greatly appreciated, and code samples please!
Solved! Go to Solution.
Views
Replies
Total Likes