my confusion is that i had used the gerUSerMedia() in my page which is not working from our our server while in some of the machine had chrome with version of 48.0.2560.0 in those chrome browser it will give following warning :
getUserMedia() no longer works on insecure origins. To use this feature, you should consider switching your application to a secure origin, such as HTTPS. See https://goo.gl/rStTGz for more details.
while in with chrome 46.0 its working fine with the same code and with same request which is server from our server.
how do we proceed ? so the same thing will working fine in all browser and in all versions.