Add symlink of adapter.js from apprtc to base

Review URL: https://webrtc-codereview.appspot.com/1160004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3621 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
braveyao@webrtc.org
2013-03-06 03:35:03 +00:00
parent a9a1df0035
commit 07db4a6918
3 changed files with 99 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ if (navigator.mozGetUserMedia) {
// The RTCPeerConnection object.
RTCPeerConnection = webkitRTCPeerConnection;
// Get UserMedia (only difference is the prefix).
// Code from Adam Barth.
getUserMedia = navigator.webkitGetUserMedia.bind(navigator);