2f582e66b9
Write error to log on promise rejected
2020-03-10 09:03:11 +01:00
61fc53bcf9
Add experimental support for sharing desktop
2020-03-09 11:58:28 +01:00
ff5a20e13f
Stop using local stream after hangup
2019-11-18 09:42:18 -03:00
c89886bbfa
Fix toolbar icons. Hangup removes video stream
2019-11-18 09:35:37 -03:00
58039eb086
Remove alerts from state
2019-11-17 14:28:48 -03:00
fcb47a2cc5
Dismiss notifications from component
2019-11-17 14:10:33 -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
a8f3757d53
Do not join call automatically
...
Present a user with a menu to join call manually
2019-11-16 23:49:14 -03:00
6fd6a4edf3
Add actions/MediaActions and reducers/media
2019-11-16 12:23:04 -03:00
43895f4b06
Fix stream.test.tsx
2019-11-14 00:28:40 -03:00
7e3956068b
Fix linting errors
2019-11-14 00:27:22 -03:00
dcbacc9a65
Fix video not showing
2019-11-14 00:18:15 -03:00
03aa7696ba
Do not count system messages for unread
2019-11-14 00:01:32 -03:00
b7f2b454ba
Replace underscore by lodash
2019-11-13 22:16:34 -03:00
3a5b07c218
Fix broken ts build
2019-11-13 20:08:10 -03:00
4fa6a0d17a
Refactor all components
2019-11-13 18:36:31 -03:00
e9926e3484
Refactor actions/reducers to TS
2019-11-13 11:16:09 -03:00
6d3201d1fe
Fix broken tests
2019-11-11 23:10:51 -03:00
ef03bf9aa1
Do not read err.message when creating object url
2019-11-11 19:38:01 -03:00
15e870a0d5
Move tests in same folder as modules
...
This is to make imports cleaner
2019-07-07 19:16:31 +08:00
Michael H. Arieli
4e6657f19a
Small code cleanup
2018-11-27 16:08:22 -08:00
Michael H. Arieli
721e993dc2
Fixed lint testing
2018-11-23 17:41:39 -08:00
Michael H. Arieli
0d8d3fbb33
Implemented socket chat
2018-11-23 16:55:48 -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
cad9b70d50
Add ACTIVE_TOGGLE
2017-06-18 08:24:01 -04:00
edda50b287
Reorganize window
2017-06-17 23:14:26 -04:00
368fa5102b
Move peer stuff to actions
2017-06-17 22:54:29 -04:00
b8ebbf8cc4
Fix build
2017-06-17 11:06:48 -04:00
06821e1fce
Increase test coverage
2017-06-17 10:43:01 -04:00
300afd6b2f
Add tests for actions & reducers
2017-06-17 09:49:48 -04:00
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