Chrome: navigator.mediaDevices.getUserMedia is not a function

前端 未结 7 1241
长发绾君心
长发绾君心 2021-01-04 00:53

I\'m on localhost and trying to use the MediaDevices.getUserMedia method in Chrome. I receive the error as titled. I understand that in Chrome it is only possible to use thi

相关标签:
7条回答
  • 2021-01-04 01:28

    Try enabling: chrome://flags/#enable-experimental-web-platform-features

    Worked for me in chromium

    0 讨论(0)
提交回复
热议问题