sipml5 icon indicating copy to clipboard operation
sipml5 copied to clipboard

Work in Firefox but doesn't work in chrome

Open fpm123 opened this issue 9 years ago • 4 comments

I am using sipml5 to implement a javascript sip client. In firefox, client connect to the server but in chrome doesn't connect to the server. Connection closed before receiving a handshake response. What should I do in chrome?

fpm123 avatar Feb 17 '16 11:02 fpm123

Please provide console logs. Please note that chrome requires trusted SSL certificates for secure websocket connections

DoubangoTelecom avatar Feb 17 '16 17:02 DoubangoTelecom

sin titulo

fpm123 avatar Feb 17 '16 19:02 fpm123

Which is the certificate that I have to import to google chrome for SSL?

fpm123 avatar Feb 17 '16 21:02 fpm123

One major change is WebRTC won’t work without HTTPS. According internal security policy Chrome browser does not support getUserMedia() for unsecure pages since version 47. So you will not be able to use microphone if your page is not HTTPS.

Chrome warning message:

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.”

smnvhn avatar Feb 21 '16 22:02 smnvhn