Skip to content

Instantly share code, notes, and snippets.

@jefBinomed
Created June 17, 2015 14:47
Show Gist options
  • Save jefBinomed/ebcd92cd595efe19ff33 to your computer and use it in GitHub Desktop.
Save jefBinomed/ebcd92cd595efe19ff33 to your computer and use it in GitHub Desktop.
Programmez-07/08_2015-PortalWebrtc-01
var sendChannel;
var sendButton = document.getElementById("sendButton");
var sendTextarea = document.getElementById("dataChannelSend");
var receiveTextarea = document.getElementById("dataChannelReceive");
sendButton.onclick = sendData;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment