summary refs log tree commit diff
path: root/webclient/components/matrix/matrix-phone-service.js (follow)
Commit message (Expand)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
* 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 hence...David Baker2014-09-161-9/+53
* Send multiple candidates at once instead of all individually. Changes spec to...David Baker2014-09-121-3/+5
* Always pick the incoming call if we've not yet sent out our invite, otherwise...David Baker2014-09-121-5/+8
* start towards glare support (currently not much better but no worse than befo...David Baker2014-09-111-5/+33
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Change call signalling messages to be their own types of room events rather t...David Baker2014-08-291-7/+7
* 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