westonsoftware / vue-webrtc

WebRTC video component for Vue.js
MIT License
369 stars 127 forks source link

index.js:9493 Uncaught (in promise) DOMException: Requested device not found #66

Closed zzx131 closed 3 years ago

zzx131 commented 3 years ago

when i click "join" not work and the following error message appears in the picture, help me, thank you . devicenotfound

westonsoftware commented 3 years ago

Is your deviceId correct? set it to null or set enableVideo = false if you don't want it. look at getUserMedia() for more info.