You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Guys, the reason is the security. You must be running application on localhost with no SSL installed and browser do not allow Camera (media) access for the hosts without SSL cert.
So as far as I know there are 2 possible solutions,
Disable SSL check for Media access on localhost
Install self signed cert. on localhost (I tried and this worked for me)
i used your code in mi laravel app and when i use the demo code in my view nothing happen
can you pleas give me a solution pleasssss
The text was updated successfully, but these errors were encountered: