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
withinsufficient 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 credent...