Skip to content

Instantly share code, notes, and snippets.

@shriyaRam
Created March 27, 2020 20:33
Show Gist options
  • Save shriyaRam/023d3b059fb730defaf6e122f90bad42 to your computer and use it in GitHub Desktop.
Save shriyaRam/023d3b059fb730defaf6e122f90bad42 to your computer and use it in GitHub Desktop.
function hangup() {
console.log('Ending call');
pc1.close();
pc2.close();
pc1 = null;
pc2 = null;
hangupButton.disabled = true;
callButton.disabled = false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment