mdn / samples-server

MDN samples server; used for samples that can't be hosted in-place on MDN, plus back-end server-side code for samples that need it.
https://developer.mozilla.org/
Creative Commons Zero v1.0 Universal
957 stars 930 forks source link

navigator.getUserMedia -> navigator.mediaDevices.getUserMedia #39

Closed dandv closed 7 years ago

dandv commented 8 years ago

Per https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getUserMedia, we should advocate using navigator.mediaDevices.getUserMedia instead of navigator.getUserMedia.

a2sheppy commented 7 years ago

jan-ivar is right. Closing this and will get the other PR handled now.