I swear, if I could understand how to read the damn Java docs properly I'd be better off. As is, I've reviewed much of the API and I still have issues. (I guess I am better at following examples rather than JavaDocs).

In our application I have to tell all the connected users that this person has joined when a new user joins.

Is there a direct method of doing this? getAllConnections().invoke("newuserlogged", id); or something like that
Or do I need to hold on to references of connections and loop through then to invoke something?

Leif


_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to