Avatar

Level 2

You don't need to wrap the authenticator in a Declarations tag. It just can't be added to the display list. As it is in the example, it's not being added to the display list- it's just being assigned to the ConnectSessionContainer's "authenticator" property.

You could add an event listener to see if you were ever actually getting into the room...

<session:ConnectSessionContainer width="100%" height="100%" roomURL="..." synchronizationChange="trace( 'synchronizationChange!' )">

That's the lightest-weight way to do it. If you don't see the "synchronizationChange" message in your console you'll at least know a little more.