12 Commits

Author SHA1 Message Date
fddb88f5b8 Use <Side /> instead of position absolute
Some components still use position fixed. This could change in the
future.
2019-11-17 17:24:28 -03:00
67d9177a91 Add autoplay error notification 2019-11-17 10:50:04 -03:00
b46206de1f Add style to Media menu 2019-11-17 00:17:50 -03:00
4fa6a0d17a Refactor all components 2019-11-13 18:36:31 -03:00
Michael H. Arieli
afc04e0b05 Changing behavior to use local fonts 2018-11-25 10:02:04 -08:00
Michael H. Arieli
0d8d3fbb33 Implemented socket chat 2018-11-23 16:55:48 -08:00
Michael H. Arieli
4645fd7e6e Replaced SVG with "Material-Icons" font 2018-11-23 08:24:45 -08:00
Michael H. Arieli
ce7eed3541 Created a simple toolbar
- Audio/Video toggling
- Fullscreen
- Hangout (return to homepage)
2018-11-22 11:35:44 -08:00
795d31f89f Add ability to set custom base url (reverse proxy)
The URL can be set by either:

1. Setting the `baseUrl` property in `config/default.json`,
   `config/local.json`, or `config/${NODE_ENV}.json` file.
2. Setting the `PEERCALLS_BASE_URL` environment variable.

For example:

```
$ PEERCALLS_BASE_URL=/test1/test2 npm start

> peer-calls@2.0.3 start /peer-calls
> node src/index.js

  peercalls WebSocket URL: /test1/test2/ws +0ms
  peercalls Listening on: 3000 +76ms
```

In this case, opening `http://localhost:3000/test1/test2` would open the
homepage.

Fix #42
2017-08-17 20:14:17 -04:00
cc1639eade Add compatibility layer for iOS 11 2017-06-20 19:11:51 -04:00
7d9f5dce01 Show version on front page 2017-06-18 10:35:38 -04:00
15e446b540 browserify/sass build working 2017-06-09 00:02:22 -04:00