Temasys / AdapterJS

AdapterJS Javascript Polyfill and Tools for WebRTC - Skylink WebRTC
http://skylink.io/web
Other
429 stars 100 forks source link

navigator.mozGetUserMedia has been replaced by navigator.mediaDevices.getUserMedia #196

Closed transonly closed 8 years ago

transonly commented 8 years ago

Shouldn't this be updated in the adapter.debug.js?

johache commented 8 years ago

Hi, As far as I can tell, webrtc-adapter (our main dependency) is still relying on mozGetUserMedia. As long as it is the case, there is not much to gain by us doing the changes.

Note however, that mozGetUserMedia is only deprecated for now, you can still use it for a couple of version. We will definitely enforce the changes by then.

Thanks

transonly commented 8 years ago

Ok,

Thanks for answering.