Not working in live site
mdhelaluddin-ctg-bd opened this issue · 1 comments
mdhelaluddin-ctg-bd commented
When running in my local host it's working perfectly. But in the live server, it's not working. Showing the below error in the browser console log
On Error Event Error: getUserMedia is not implemented in this browser
at Object.getUserMedia (index.js:1)
at s.testMediaAccess (index.js:1)
at setupMedia (index.js:1)
at s.mounted (index.js:1)
at ne (vue.runtime.esm.js:1854)
at Vn (vue.runtime.esm.js:4213)
at Object.insert (vue.runtime.esm.js:3139)
at L (vue.runtime.esm.js:6340)
at s.__patch__ (vue.runtime.esm.js:6559)
at s.An.t._update (vue.runtime.esm.js:3942)
VinceG commented
@mdhelaluddin-ctg-bd It seems this is a similar issue that's been asked many times before, if you use Chrome, it requires the page to be served over SSL. It won't work otherwise. If you do have SSL enabled and this still happens you can try the troubleshooting steps that were described here: