问题
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