So, I found this W3 article on WebRTC , looking for a way to make a video chat program that works completely in a browser without plugins (and noted that MediaStream seems to work only in Chrome, as far as I know).
My question is pretty simple for anyone familiar with this API. All I want to know is where I can find documentation that has sample code for a client using this API, or if this does not exist, can you provide a working example in accordance with current specifications? Either a demo, or just a βsimpleβ code to connect to a STUN server and a demonstration of the main functions of this API.
Please note that I am not asking for outdated clients. For example, webkitPeerConnection deprecated, and webkitRTCPeerConnection , as indicated in the link, is now the current constructor.
source share