>as far as i understand this will give me the connection of the current >user...
That's what it does, yes >I am interested in the connection of another user >Ideally something like Red5.getConnections(String clientId); What I do in our server is maintain a list of specific connections I with for these kind of functionality. I add items on appConnect and remove them on appDisconnect. Then, I can iterate the maintained list and invoke the method I need. This prevents from excessive iterating through the internal Red5 lists. HTH, /Rob _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
