Avatar

Level 2
I'm using LocalAuthenticator like so:



<rtc:LocalAuthenticator id="cocomoAuthenticator" />



Then when I connect the user (to subscribe) I set the
username like this:



cocomoAuthenticator.userName = "test";



This however never sets the username to "test" but always to
the random username generated by Cocomo when a username is not
supplied. There has to be something obvious I'm missing here?



Thanks,



Chad