Hello,

how would you roughly implement video-chat
rooms with up to 3 connected clients in a "room"?

You would call nc.connect(roomNumner);
and that argument would be available
to the server side application.onConnect, correct?

But what would you do next?

I especially don't understand how to make the clients (re)establish
video streams between each other, considering the clients come and go.
For example you call ns.publish(XXX)/ns.play(YYY), but with which arguments?

Please give me some overview (not the code, I'll write it myself)

Thank you very much
Alex
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to