summary refs log tree commit diff
path: root/webclient/components/matrix/matrix-phone-service.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move webclient to a python module so that it can be installedMark Haines2014-11-041-155/+0
|
* Propagate failure reason to the other party.David Baker2014-09-221-1/+1
|
* Notify a callee that their browser doesn't support VoIP too.David Baker2014-09-191-0/+10
| | | | SYWEB-14 #resolved
* Time out calls from both ends properly.David Baker2014-09-161-2/+2
|
* Use event age to recognise which calls are current and which aren't and ↵David Baker2014-09-161-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 Baker2014-09-121-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 Baker2014-09-121-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 Baker2014-09-111-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 Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Change call signalling messages to be their own types of room events rather ↵David Baker2014-08-291-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 Baker2014-08-291-1/+1
|
* First basic working VoIP call supportDavid Baker2014-08-281-10/+22
|
* WIP voip support on web clientDavid Baker2014-08-271-0/+56