Stream arbitrary data with RTCDataChannel

The purpose of this session is to use the WebRTC API RTCDataChannel to send text between two textareas on the same page.

In the session we shall set up a connection between two peers on the same page using the the RTCPeerConnection API just like the previous session and we shall send text between them, again of limited use, but a good way for understanding how RTCDataChannel works.