So I found this W3 article on WebRTC while looking for a way to make a video chatting program that works completely in browser without plugins (and noted that the MediaStream seems to only work in Chrome as far as I know).
My question is fairly simple for those who are familiar with this API. All I want to know is where can I find documentation that has example code for a client using this API, or if that doesn't exist, can you provide a working example under the current specifications? Either a demo, or just some "simple" code to connect to a STUN server and demonstrate basic functionality of this API.
Please note that I am not asking for a deprecated client. For example, webkitPeerConnection
is deprecated, while webkitRTCPeerConnection
as specified in the link, is now the current constructor.