1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-28 17:53:42 +02:00
Commit Graph

454 Commits

Author SHA1 Message Date
Daniel Berteaud
146b126bc7 Put time and name in bold in the chat
It's easier to distinguish the text like this
2014-06-05 10:03:42 +02:00
Daniel Berteaud
1fe47a461f Disable screen sharing buton on android
Fix #59
2014-06-04 22:37:09 +02:00
Daniel Berteaud
91467fd800 Restruct footer text width (half screen each)
Fix #60
2014-06-04 22:30:57 +02:00
Daniel Berteaud
04249ca39f Locale updates 2014-06-04 22:29:09 +02:00
Daniel Berteaud
94e57a3bee Localize invalid room name error message 2014-06-04 16:33:53 +02:00
Daniel Berteaud
9dda1b654c Update spacing in the help dialog 2014-06-04 16:06:51 +02:00
Daniel Berteaud
12b7f32e14 Add a "promote to owner" button
Fix #58
2014-06-04 16:00:29 +02:00
Daniel Berteaud
8cac51e88f Fix room creation on the error page 2014-06-04 13:07:03 +02:00
Daniel Berteaud
0686bed1e8 Do not try to submit if we already know the name is invalid 2014-06-03 22:34:23 +02:00
Daniel Berteaud
5f01424bb5 Update room creation
Uses JS now to submit so it can fail gracefuly on error, and warn if room already eists, instead of redirecting to the ugly error page
Fix #52
2014-06-03 22:30:19 +02:00
Daniel Berteaud
ed206be89f Split too long lines in locale files 2014-06-03 21:02:42 +02:00
Daniel Berteaud
5023978a3b Some fix on the new modal help dialog 2014-06-03 19:32:25 +02:00
Daniel Berteaud
acf855cbfc Remove the active class on the help button
When the modal dialog is closed
2014-06-03 19:32:06 +02:00
Daniel Berteaud
01d9f5a3f4 Add localizations for the help modal dialog 2014-06-03 19:31:52 +02:00
Daniel Berteaud
49b64f17cb Add basic help modal dialog skeleton 2014-06-03 18:51:38 +02:00
Daniel Berteaud
2406cbeecd Hide threePeersEl when a peer leaves a room
If there's less than 3 peers
2014-06-03 12:07:19 +02:00
Daniel Berteaud
b228147906 Hide group actions until there's at least 2 other peers
They do not make sens when you're two or less in the room
2014-06-03 12:03:45 +02:00
Daniel Berteaud
767e59a9f3 Don't check if MoH is needed when the video being removed is our local screen 2014-06-03 11:18:47 +02:00
Daniel Berteaud
3dd1028de7 Fix syntaxe error in fr locale file 2014-06-03 11:18:34 +02:00
Daniel Berteaud
583daeb341 Join password isn't needed anymore with email invitations 2014-06-03 09:44:02 +02:00
Daniel Berteaud
2a437cc4fd Various cleanups in invitations handling 2014-06-03 09:43:11 +02:00
Daniel Berteaud
50cab2837f Handle join auth through the invitation token 2014-06-03 09:09:52 +02:00
Daniel Berteaud
20d1bf695f Add grouped actions
To mute/unmute/suspend/resume everyone in one click
Fix #54
2014-06-02 22:15:50 +02:00
Daniel Berteaud
eb8d155d82 One missing OCCURRED typo fix 2014-06-02 21:29:46 +02:00
Daniel Berteaud
547d5365a1 Only enable sound detection if supported
Also use a lower threshold. -80 should be enough
And should Fix #55
2014-06-02 20:55:39 +02:00
Daniel Berteaud
d23e40e89d Don't add moh notif if it just resumed 2014-06-02 12:08:27 +02:00
Daniel Berteaud
eca15d3987 Add the name in join notifications subject
Fix #53
2014-06-02 12:03:32 +02:00
Daniel Berteaud
581889f559 Typo occured -> occurred 2014-06-02 10:40:51 +02:00
Daniel Berteaud
7c90b688f4 Default MoH to pause
Fix #51
2014-06-02 10:24:14 +02:00
Daniel Berteaud
376e089705 Add some notes about audio only in help page 2014-05-31 15:13:08 +02:00
Daniel Berteaud
6b9bcd953f Add notes that webcam is not optional
In email invites and about page
2014-05-31 15:00:17 +02:00
Daniel Berteaud
4bcd816d77 Animation on dropdown menus
Fix #48
2014-05-31 14:34:31 +02:00
Daniel Berteaud
d780a63c41 Reduce volume of MoH
Fix #49
2014-05-31 14:27:01 +02:00
Daniel Berteaud
094bcbae2e Mute preview instead of pausing the video
FF doesn't support pausing one video with another connected to the same stream still playing
So, be consistent between FF and webkit, and just mute the preview
Also lower the volume of the previews (70%) and bump the one of the main video
Fix #47 and also fix #50
2014-05-31 14:20:27 +02:00
Daniel Berteaud
c840438feb Only play previews which are paused 2014-05-30 19:00:23 +02:00
Daniel Berteaud
f235f3a13c Add btn class to extension and audio only buttons
So they are more discoverable
2014-05-30 18:30:45 +02:00
Daniel Berteaud
db4c9084bb typo in fr locale 2014-05-30 18:12:02 +02:00
Daniel Berteaud
5e664660dd Support audio only fallback
Fix #46
2014-05-30 18:01:44 +02:00
Daniel Berteaud
05c0851d31 Don't pause preview on small screens, as there's no main video div 2014-05-30 17:08:16 +02:00
Daniel Berteaud
bf6f1de4f3 Add a timer in the navbar 2014-05-30 16:41:23 +02:00
Daniel Berteaud
2d36ad921b Pause a preview when going on the main div
This reduce the CPU pressure, as only one stream needs to be decoded
Also prevent the main vid to double its audio level (which was not a bad thing, but was just beacause this same track was decoded and played twice, it'd be better to play with the volume of only one track)
Doesn't work well on FF for now (because FF doesn't like switching main div, it often do not resume the video, or after several seconds, will need to investigate)
2014-05-30 13:59:51 +02:00
Daniel Berteaud
5c5c17ebe2 Don't dup video el ID 2014-05-30 13:19:49 +02:00
Daniel Berteaud
20d3c40dd9 Allow the new screensharing on Chrome35/Linux
I see no crash or other problem
2014-05-30 13:10:33 +02:00
Daniel Berteaud
f7c22254b3 Use success class for askForName setting 2014-05-30 13:08:15 +02:00
Daniel Berteaud
37ef2240f9 Update msg when seting passwords (join or owner) 2014-05-30 13:07:12 +02:00
Daniel Berteaud
3c19a340a2 Don't display peer ID if the peer has no displayName 2014-05-30 12:36:38 +02:00
Daniel Berteaud
ccd1f68a87 Update to SimpleWebRTC 1.8.3 2014-05-30 12:31:35 +02:00
Daniel Berteaud
80734145ac Fix string ID conflict 2014-05-30 12:06:12 +02:00
Daniel Berteaud
15ba0508fe Rebase signal master to current GIT 2014-05-30 12:01:34 +02:00
Daniel Berteaud
05131716a6 Display info about how long rooms (both standard and persistant) are kept 2014-05-30 10:12:11 +02:00