johannest / webrtc

Simple Vaadin add-on for a WebRTC peer-to-peer webcam sharing
2 stars 3 forks source link

Upgrade to newest Socket.io.js version and verify that everything works #8

Closed johannest closed 7 years ago

johannest commented 7 years ago

Current version is 0.9.0 The newest one is 1.7.3

Pasadena commented 7 years ago

New version of Socket.io leads to CORS-issues with the used signalling server. Therefore I revert Socket.io back to 0.9.0. Perhaps the upgrade should be done after https://github.com/johannest/webrtc/issues/7 is resolved (and we can actually have control over the headers that server is using)

gatanaso commented 7 years ago

Version is updated to 2.0.1. Closing issue.