I asked this question here in Stackoverflow in Portuguese:
getUserMedia has now gone discontinued on non-https connections?
And I noticed that after uploading a system to the server, the camera stopped working. The domain has HTTPS.
Now I'm getting the following error in the Plugin named ImgSelect
:
imgSelect.min.js: 249 Uncaught TypeError: n.stop is not a function
That is, this function, which existed before, does not exist anymore.
Previously, I learned that the MediaStream.stop
method would be removed since it was discontinued.
How can I resolve this problem?