Firefox 54 (ubuntu 14.04): Twilio video failed getUserMedia

自闭症网瘾萝莉.ら 提交于 2020-01-07 06:39:33

问题


2017-06-30 08:42:02.920Z | WARN in [createLocalTracks #1]: Call to getUserMedia failed: MediaStreamError { name: "InternalError", message: "Starting video failed", constraint: "", stack: "" } twilio-video.min.js:92:26979 Unable to access local media MediaStreamError { name: "InternalError", message: "Starting video failed", constraint: "", stack: "" }


回答1:


Twilio developer evangelist here.

You have an issue with system resources here. One app can only get access to the camera at a time, so if it's being used by Chrome, then Firefox can't access it.

I recommend just testing in one browser, possibly using private mode so you can log in as a different user.

Make sure you handle the error case when you can't get access to the camera too.



来源:https://stackoverflow.com/questions/44842297/firefox-54-ubuntu-14-04-twilio-video-failed-getusermedia

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!