67 Commits

Author SHA1 Message Date
15e446b540 browserify/sass build working 2017-06-09 00:02:22 -04:00
80c8be2f56 Middle of refactor 2017-06-08 21:35:24 -04:00
b50eb79463 Use standard linter 2017-06-08 19:47:45 -04:00
6bbabc1f33 Add messaging support (experimental) 2017-05-30 23:56:24 -04:00
d3d7fc3848 Fix linting errors 2017-05-30 20:31:35 -04:00
d00b1d825c Add turn server debug function 2017-05-30 20:11:18 -04:00
ddb54a28e2 Add support for coturn authentication 2017-05-30 20:11:18 -04:00
aa2f3f47d8 Fix a bug introduced by SocketIO not having consistent ids
During the time of the initial release of Peer Calls, the server and
client sockets used to have different namespaces - one side had `/#`
prepended to the name, whereas the other did not, so I had to check for
this in the code.

This was fixed since the release of [SocketIO v1.5.0][1], thus breaking the
compatibility with PeerCalls. Any new `npm install` would break this
because of the way it works - it tries to install the latest available
"compatible" release.

As of this commit, the SocketIO version is locked to v1.6.0.

[1]: https://github.com/socketio/socket.io/releases/tag/1.5.0
2016-11-22 11:10:08 -05:00
71185dcd54 Fix mute video 2016-04-24 12:02:44 -04:00
2dab961f55 Add turn server (2) 2016-04-24 11:59:01 -04:00
daa8827c70 Add turn server 2016-04-24 11:58:18 -04:00
3b95107bbc Make it work on Firefox 2016-04-24 10:37:30 -04:00
942d0f57c4 Add tests for peers.js 2016-04-06 21:25:55 -04:00
5ec24dd399 Separate socket/peer event handlers 2016-04-06 20:44:12 -04:00
Jerko Steiner
46ccd1d26a Fix broken app for clients with react dev tools extension 2016-04-05 12:50:25 -04:00
Jerko Steiner
bd8e7a67f6 Refactor call initialization 2016-04-04 18:22:21 -04:00
Jerko Steiner
f92bb8a6c1 Rename src/js to src/client 2016-04-04 18:01:31 -04:00