Hi, I am trying to extend a two-user video chat (the one you wrote) to a three-user. My plan is to create two instances of the webkitPeertoPeerConnection so that each device would connect to the other two. Could you please help me with this code - http://pastebin.mozilla.org/1711859? Everytime a third user joins the chat room, the chat session between user 1 & 2 is terminated. I have posted the message on a number of forums but there is no response to date. Thanks in advance.