14 Commits

Author SHA1 Message Date
33b891f170 First unit test 2017-06-14 21:05:12 -04:00
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
eaf44d5239 Upgrade node & packages 2017-06-08 19:45:13 -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
942d0f57c4 Add tests for peers.js 2016-04-06 21:25:55 -04:00
Jerko Steiner
a68ac974fe Add uglifyjs 2016-04-05 09:22:43 -04:00
b8108226cd Add alerts and notifications about connection status 2016-04-04 17:31:47 -04:00
e03670b81c Working click event on full screen video 2016-04-01 19:59:24 -04:00
9efe7474a2 Add input form 2016-03-31 20:00:51 -04:00
51b110448e Rename peercalls to peer-calls 2016-03-31 18:40:47 -04:00
c166006100 Rename project to peercalls 2016-03-31 18:16:52 -04:00
6b90668501 Initial commit, working full screen video 2016-03-31 18:03:39 -04:00