im trying to make a web app that supports multi-user video chatting. ive read an article about webrtc on \"getting started with webrtc\" (http://www.html5rocks.com/en/tutorials
For N users, you need to use a media streamer like Kurento (http://www.kurento.org/)
Then you can build your own multi users webrtc solution such as: https://webrtc-chat.com/ (built on top of Kurento)