1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-19 16:42:09 +03:00
Commit Graph

34 Commits

Author SHA1 Message Date
Kegan Dougal
ae13ed7ded Add disclaimer to screensharing 2015-10-28 16:45:07 +00:00
Matthew Hodgson
981b9e0595 Merge branch 'screen-sharing' into develop 2015-10-23 12:58:55 +01:00
Matthew Hodgson
9e719ba31e drop res back to 640x360 as 1024x576 gave us the wrong aspect ratio 2015-10-23 12:57:46 +01:00
Kegan Dougal
c65f576f8d More logging 2015-10-21 17:15:26 +01:00
Matthew Hodgson
bff749fd50 fix linter 2015-10-21 01:44:54 +01:00
Matthew Hodgson
5c286352cb improve constraints a bit; fix comments; try to stop sharing more aggressively 2015-10-21 01:40:20 +01:00
Matthew Hodgson
26b3e32ca2 add the concept of a dedicated remote audio element used for playing back audio-only streams (i.e. voice calls, and the voice stream that accompanies a screenshare). Correctly tidy up screen capture calls. 2015-10-21 01:18:55 +01:00
Kegan Dougal
4e2c83cc08 Debug logging 2015-10-20 17:21:25 +01:00
Kegan Dougal
17def14eba Get screen-sharing with audio working 2015-10-20 16:43:51 +01:00
Kegan Dougal
f260de573b Add right constraints to get screen-sharing working
Requires --enable-usermedia-screen-capturing flag on chrome enabled.
2015-10-20 15:11:17 +01:00
Kegan Dougal
dd8adef9ed Remove unused args 2015-10-19 16:50:16 +01:00
Kegan Dougal
9164debf03 Add the same for video 2015-10-19 16:48:47 +01:00
Kegan Dougal
534bef8632 Add MatrixCall.isMicrophoneMuted() 2015-10-19 16:28:01 +01:00
Kegan Dougal
d8c43d02ba Add MatrixCall.setMicrophoneMuted 2015-10-19 16:21:13 +01:00
David Baker
ac7457f532 null check 2015-09-16 21:27:21 +01:00
Mark Haines
9e5f30fe1f Fix some lint errors 2015-07-22 11:37:22 +01:00
Matthew Hodgson
8bc89d433b fix non-impacting typo 2015-07-19 00:36:56 +01:00
Matthew Hodgson
bc216d7bca fix stale video from appearing unexpectedly when you place a new call 2015-07-18 23:29:08 +01:00
Kegan Dougal
7869d7a7df Emit state changes after updating hangup party and reason 2015-07-17 17:03:18 +01:00
Kegan Dougal
7ec42f8843 Firefox falls over in a heap if you don't provide an error callback. 2015-07-17 16:15:08 +01:00
Kegan Dougal
4489c85020 Play video to local video elements when updated. 2015-07-17 14:23:40 +01:00
Kegan Dougal
384fb94262 Linting 2015-07-17 13:39:04 +01:00
Kegan Dougal
8727dd1e34 Use TURN servers when placing/receiving calls. 2015-07-17 13:36:58 +01:00
Kegan Dougal
6bd3b0db0d Emit state changes from MatrixCall. 2015-07-16 11:36:35 +01:00
Kegan Dougal
c5718891c5 Fix tests. Add MatrixCall.setLocalVideoElement 2015-07-16 10:07:19 +01:00
David Baker
9f3f33e2cc s/Safari/OpenWebRTC/ 2015-07-15 10:16:43 +01:00
Kegan Dougal
4cf0e10c02 Bug fixes. Everything should be working now. 2015-07-14 17:55:55 +01:00
Kegan Dougal
e3fdcaaff5 Add noddy voip example app. 2015-07-14 17:11:30 +01:00
Kegan Dougal
053a5b1bea Make inbound calls work. 2015-07-14 16:23:31 +01:00
Kegan Dougal
8a41504cbb Glue in call handling into MatrixClient. Outbound calls work. 2015-07-14 16:06:22 +01:00
Kegan Dougal
3e60842c3b Sort out access levels for functions; add JSDoc. 2015-07-14 11:11:41 +01:00
Kegan Dougal
7cce41df2e Add structured errors and callbacks. Now sends candidates. 2015-07-14 10:48:19 +01:00
Kegan Dougal
0ef20faff7 Add JSDoc; Add createNewMatrixCall to globals. 2015-07-13 17:11:37 +01:00
Kegan Dougal
3bd043a8eb Add MatrixCall class; ported from angular. Untested and probably broken. 2015-07-13 16:45:31 +01:00