Avatar

Level 1

My problem is if I add a CollectionChange event listener to the UserManager.UserCollection in order to display properly the list of online users, my event listener is called with Remove/Add/Remove/Add .... always!

And as a result, all my components using this ArrayCollection are blinding ;-( Also my beautiful MSN like popup :winking_face: notification is driving crazzyyyyyyyyy

What I am doing now, is I created a new SharedCollection (UserDependent) where I add manually the current User and I have created a Timer of 500ms to check if the user is speaking etc ... (like Adobe did for the VideoDisplay component).... It's working fine now, but still, I don't understand a such code!