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
Javascript does not compile on line 169 in webrts_ros.js. Instead it returns this error stating that navigator.mediadevices.getUserMedia is not a function. It actually requires the site be HTTPS, here is another issue about how you can fix it via tunneling: http://www.tokbox.com/blog/the-impact-of-googles-new-chrome-security-policy-on-webrtc/
The text was updated successfully, but these errors were encountered:
Also Google complains if the connection is SSL and the Websockets are not secure websockets. As such, WebRTC should be changed to use wss:// instead of ws://
Javascript does not compile on line 169 in webrts_ros.js. Instead it returns this error stating that navigator.mediadevices.getUserMedia is not a function. It actually requires the site be HTTPS, here is another issue about how you can fix it via tunneling: http://www.tokbox.com/blog/the-impact-of-googles-new-chrome-security-policy-on-webrtc/
The text was updated successfully, but these errors were encountered: