29 Commits

Author SHA1 Message Date
c89886bbfa Fix toolbar icons. Hangup removes video stream 2019-11-18 09:35:37 -03:00
11727714ec Make <Notifications /> drop down on focus 2019-11-18 00:21:24 -03:00
b88889665f Refactor Toolbar, move video & notifications 2019-11-17 23:51:57 -03:00
9d68e4c1f4 Add Toolbar tooltips 2019-11-17 19:32:45 -03:00
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
58039eb086 Remove alerts from state 2019-11-17 14:28:48 -03:00
67d9177a91 Add autoplay error notification 2019-11-17 10:50:04 -03:00
0a40e7202a Make Media menu disappear after connecting 2019-11-17 09:46:11 -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
3352c68f5c Disable pointer events on notifications and alerts 2019-11-11 22:13:31 -03:00
19fd89ba86 Add file icon 2019-11-11 21:18:16 -03:00
Ben Ringold
c542d71ad0 Mirror local video (#57)
* Flip local video horizontally
2019-04-09 10:20:55 +08:00
Michael H. Arieli
387dd21539 Fix bug: Use unisex icon for message without image 2018-12-02 17:14:06 -08:00
Michael H. Arieli
235067c72e Fix bug: Added simple emoji list 2018-12-02 17:13:09 -08:00
Michael H. Arieli
d016f4742f Changed chat look and feel 2018-12-02 16:30:13 -08:00
Michael H. Arieli
71e7792db7 Fix bug: Fixed chat width on mobile 2018-11-27 12:17:43 -08:00
Michael H. Arieli
fd455d548f Fix bug: Moved fonts under res folder 2018-11-26 12:58:04 -08:00
Michael H. Arieli
afc04e0b05 Changing behavior to use local fonts 2018-11-25 10:02:04 -08:00
Michael H. Arieli
6fba9c876b Fix bug: Removed "moment" usage
Also remove the timestamp from the UI, not needed when dealing with live chat (in session).

Note: still gonna keep the timestamp in messages data, might use it to display chat summary when call ends.
2018-11-25 07:57:29 -08:00
Michael H. Arieli
24eddf083f Updated chat look and feel
Changed to simple entry list
2018-11-24 18:55:27 -08:00
Michael H. Arieli
a1e4ab78cd Added blink effect on new message 2018-11-24 11:01:01 -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