Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move webclient to a python module so that it can be installed | Mark Haines | 2014-11-04 | 1 | -155/+0 |
| | |||||
* | Propagate failure reason to the other party. | David Baker | 2014-09-22 | 1 | -1/+1 |
| | |||||
* | Notify a callee that their browser doesn't support VoIP too. | David Baker | 2014-09-19 | 1 | -0/+10 |
| | | | | SYWEB-14 #resolved | ||||
* | Time out calls from both ends properly. | David Baker | 2014-09-16 | 1 | -2/+2 |
| | |||||
* | Use event age to recognise which calls are current and which aren't and ↵ | David Baker | 2014-09-16 | 1 | -9/+53 |
| | | | | hence support answering calls that were placed before we loaded the page. | ||||
* | Send multiple candidates at once instead of all individually. Changes spec ↵ | David Baker | 2014-09-12 | 1 | -3/+5 |
| | | | | to include multiple candidates in a candidate(s) message. | ||||
* | Always pick the incoming call if we've not yet sent out our invite, ↵ | David Baker | 2014-09-12 | 1 | -5/+8 |
| | | | | otherwise the remorte party will see their call get rejected and our call won't come in until our user clicks allow. | ||||
* | start towards glare support (currently not much better but no worse than ↵ | David Baker | 2014-09-11 | 1 | -5/+33 |
| | | | | before) including fixing a lot of self/var self/this fails that caused chaos when we started to have more than one call in play. | ||||
* | fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵ | Matthew Hodgson | 2014-09-03 | 1 | -1/+1 |
| | | | | hasn't been incorporated in time for launch. | ||||
* | Change call signalling messages to be their own types of room events rather ↵ | David Baker | 2014-08-29 | 1 | -7/+7 |
| | | | | than room messages with different msgtypes: room messages should be things that the client can display as a unit message to the user. | ||||
* | More basic functionality for voip calls (like hanging up) | David Baker | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | First basic working VoIP call support | David Baker | 2014-08-28 | 1 | -10/+22 |
| | |||||
* | WIP voip support on web client | David Baker | 2014-08-27 | 1 | -0/+56 |