Skip to content

Instantly share code, notes, and snippets.

@erangamapa
Created May 14, 2016 08:56
Show Gist options
  • Save erangamapa/0a7b80e69efaec456dfc42cd2f83d34c to your computer and use it in GitHub Desktop.
Save erangamapa/0a7b80e69efaec456dfc42cd2f83d34c to your computer and use it in GitHub Desktop.
navigator.getUserMedia = navigator.getUserMedia || navigator.mozGetUserMedia || navigator.webkitGetUserMedia;
window.RTCPeerConnection = window.RTCPeerConnection || window.mozRTCPeerConnection || window.webkitRTCPeerConnection;
window.RTCIceCandidate = window.RTCIceCandidate || window.mozRTCIceCandidate || window.webkitRTCIceCandidate;
window.RTCSessionDescription = window.RTCSessionDescription || window.mozRTCSessionDescription || window.webkitRTCSessionDescription;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment