Added some old and some new demos.
Audio only demo shows howto use WebRTC for audio conversations.
Video demo shows howto create a video conference like system.
Datachannel chat demonstrates sending arbitrary data over WebRTC data channels.
Datachannel file transfer demonstrates sending files ober WebRTC data channel.
(Currently Chrome does not support reliable data channels, so i had to create my own implementation of reliable channels over the unreliable channel currently implemented in Chrome)
Everything you see will contain bugs and is not exactly pretty. This is a work in progress and i am no web designer =)
Link to demos Demos
Link to the Github page for these examples Here (Warning: Bad and ugly code)