I'm really struggling to get a complete example of a WebRTC datachannel example that I can copy/paste and it works.
I would like a Javascript example of WebRTC datachannel with manual signaling i.e. When the example loads, it provides the Signaling data in one text box. I copy data manually (highlight, copy) and paste it in the peer's window which has a text box to accept that signaling data. I believe there needs to be an "answer" in the signaling data, so there need to be corresponding text boxes waiting for that input as well. Thank you.
Could the example use Google's free STUN server please.
I get really confused with bit by bit examples, I want one file please, that contains the HTML and Javascript (no CSS or JQuery please). It is enough for the code to work on Chrome only. Thanks.