Cordova: getUserMedia() no longer works on insecure origins
问题 THE SITUATION In my Cordova hybrid app (built with Quasar framework), I need to a add a video-call feature. I need to use the function getUserMedia() . Everything works fine while testing on localhost, but when testing on the device it doesn't work. THE ERROR: [Deprecation] getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. Most probably this error is caused by the fact that Cordova doesn't