Commit Graph

1185 Commits

Author SHA1 Message Date
Daniel Berteaud 4b0cc2fbe3 New logo (by Florent Heuzef) 2014-05-02 19:17:49 +02:00
Daniel Berteaud a60b0fdac6 New favicon (by Florent Heuzef) 2014-05-02 19:15:51 +02:00
Daniel Berteaud 40dab8de75 Remove debug statement on screen sharing error 2014-05-02 09:40:28 +02:00
Daniel Berteaud 536143bdf0 Update screen sharing
Since Chrome 34, a new API for screen sharing is available (the previous one using the flag will probably be deprecated soon)
This commit adds:
- Source of a simple Chrome extension to use this new API (which is a perfect copy of the sample extension given by &yet here: https://github.com/HenrikJoreteg/getScreenMedia
- Adapt help page
- New modal dialog to prompt user to install the extension from Google Web Store
- Better error messages if you can't share your screen

Should fix #7
2014-05-01 21:35:07 +02:00
Daniel Berteaud ab4126d8a9 Backport Chrome 34 workarround
Known bug in Chrome 34 for Linux
2014-04-30 17:49:01 +02:00
Daniel Berteaud 4ced1dd4d9 Remove debug line 2014-04-29 17:58:57 +02:00
Daniel Berteaud 2ab632a582 Unicast name and color
When a new peer joins, send him our name and color, but don't broadcast it, other peers should already have this
2014-04-29 17:57:58 +02:00
Daniel Berteaud 7412b2f4ef Update to SimpleWebRTC 1.7.4 2014-04-25 09:03:52 +02:00
Daniel Berteaud 9fc834df8a Remove old SimpleWebRTC bundle 2014-04-25 09:01:17 +02:00
Daniel Berteaud 28b897e2b9 Translate missing string
"one of the peers" was hardcoded instead of being localized
2014-04-19 19:23:27 +02:00
Daniel Berteaud 21b77c9bb9 Reduce font size on smaller screens
should fix #2
2014-04-18 15:03:24 +02:00
Daniel Berteaud fcc303ebb2 Re-enable screen sharing in Chrome 34 2014-04-15 09:21:12 +02:00
Daniel Berteaud d76a87df7b Arbitrary message through the signaling channel
Re-add support for arbitrary message on the signaling channel, it hasn't been merged in upstream SimpleWebRTC yet
2014-04-15 09:02:56 +02:00
Daniel Berteaud 59b77c5458 Update SimpleWebRTC to 1.7.3 2014-04-14 23:00:28 +02:00
Daniel Berteaud 004850b597 Put lock button next to the button group mute/pause/screenshare 2014-04-09 15:35:10 +02:00
Daniel Berteaud d00bac6b93 Put color change button next to name input 2014-04-09 15:30:26 +02:00
Daniel Berteaud 19a6511b35 Update code comment
mute/paused are now handled directly by SimpleWebRTC
2014-04-08 11:37:21 +02:00
Daniel Berteaud 8ee54e1198 Fix a typo in fr locale 2014-04-07 13:58:09 +02:00
Daniel Berteaud 85a86808e0 add maxHeight function 2014-04-05 20:04:05 +02:00
Daniel Berteaud 28f5dab18f Add fullScreen function 2014-04-05 19:54:46 +02:00
Daniel Berteaud 7d79b34e91 Add a link to the demo 2014-04-04 23:42:23 +02:00
Daniel Berteaud 80a7cb61cf Reduce wasted space
Should fix #3 for small devices
Hide the mainVideo area on small devices, instead display only bigger previews. Also switch to 2 cols for preview on large displays, not medium ones
2014-04-04 17:52:41 +02:00
Daniel Berteaud 32d6c5b1b9 Only make links black on chat messages 2014-04-04 16:31:53 +02:00
Daniel Berteaud 42d352eed4 Disable SimpleWebRTC debuging 2014-04-04 11:44:35 +02:00
Daniel Berteaud 0001b6da86 Set default conf values in vroom.pl 2014-04-04 11:42:59 +02:00
Daniel Berteaud d189b2ec06 Put all JS stuff in its own ep template, so it can be included easily in the different pages 2014-04-04 11:14:03 +02:00
Daniel Berteaud 64baaa6862 Link to SimpleWebRTC github page 2014-04-04 11:09:16 +02:00
Daniel Berteaud 41a72f5b58 Fix jquery path on index template 2014-04-03 23:03:24 +02:00
Daniel Berteaud 3d8ff66dba Also ignore local conf 2014-04-03 23:03:06 +02:00
Daniel Berteaud b5dd2d935f Re-add missing jshint files in signalmaster 2014-04-03 22:42:29 +02:00
Daniel Berteaud b25ccd9a73 Ignore node_module 2014-04-03 22:41:52 +02:00
Daniel B. 2ef4437caf Add link to doc 2014-04-03 19:41:45 +02:00
Daniel Berteaud f7e87e18d5 Fix ERROR_ROOM_s_LOCKED in fr locale 2014-04-03 19:37:23 +02:00
Daniel Berteaud cef5791a89 Initial import 2014-04-03 17:42:54 +02:00
Daniel B 58567d23bf Initial commit 2014-04-03 08:16:06 -07:00