Daniel Berteaud
06f7ec3e1e
Measure latency between peers and add feedback
...
Previews will be grey when latency is unknown (not measured yet), green when it's good (60ms or less), blue when medium (between 60 and 120), orange when it's becoming high (between 120 and 250) and red when latency is too high to have a good call (250ms or more)
To reduce confusion, slected preview will now have a reduced opacity instead of the red border
Fix #66
11 years ago
Daniel Berteaud
5658c6db4e
Update browser not supported dialog
...
Adapt links for android (point to Google Play)
Don't display browsers download link on iOS, as they will not work anyway
Fix #62
11 years ago
Daniel Berteaud
f6b923e39f
Better img alignment on small devices
...
In the browser not supported dialog
11 years ago
Daniel Berteaud
d7f353065f
Put help, counter and logout button in one btn-group
...
To gain some space
11 years ago
Daniel Berteaud
1f2b112b3c
Notify others if we don't have a webcam
...
In which case, add a grey glyphicon in the preview
Also disable suspend buttons
11 years ago
Daniel Berteaud
4c53aa5117
Fix chat buttons height on Firefox
...
Also adapt those buttons height to the size of the textarea
11 years ago
Daniel Berteaud
b3fb7cb453
Update email placeholder on the feedback form
11 years ago
Daniel Berteaud
e56dbad9e6
Add the error class only on the input zone
...
WHen you type an invalid room name
11 years ago
Daniel Berteaud
91467fd800
Restruct footer text width (half screen each)
...
Fix #60
11 years ago
Daniel Berteaud
9dda1b654c
Update spacing in the help dialog
11 years ago
Daniel Berteaud
12b7f32e14
Add a "promote to owner" button
...
Fix #58
11 years ago
Daniel Berteaud
8cac51e88f
Fix room creation on the error page
11 years ago
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
11 years ago
Daniel Berteaud
5023978a3b
Some fix on the new modal help dialog
11 years ago
Daniel Berteaud
49b64f17cb
Add basic help modal dialog skeleton
11 years ago
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
11 years ago
Daniel Berteaud
2a437cc4fd
Various cleanups in invitations handling
11 years ago
Daniel Berteaud
50cab2837f
Handle join auth through the invitation token
11 years ago
Daniel Berteaud
20d1bf695f
Add grouped actions
...
To mute/unmute/suspend/resume everyone in one click
Fix #54
11 years ago
Daniel Berteaud
eb8d155d82
One missing OCCURRED typo fix
11 years ago
Daniel Berteaud
376e089705
Add some notes about audio only in help page
11 years ago
Daniel Berteaud
4bcd816d77
Animation on dropdown menus
...
Fix #48
11 years ago
Daniel Berteaud
f235f3a13c
Add btn class to extension and audio only buttons
...
So they are more discoverable
11 years ago
Daniel Berteaud
5e664660dd
Support audio only fallback
...
Fix #46
11 years ago
Daniel Berteaud
bf6f1de4f3
Add a timer in the navbar
11 years ago
Daniel Berteaud
80734145ac
Fix string ID conflict
11 years ago
Daniel Berteaud
05131716a6
Display info about how long rooms (both standard and persistant) are kept
11 years ago
Daniel Berteaud
3d9ad7fff4
Make the password forms look nicer
11 years ago
Daniel Berteaud
8473b831cf
Move the joinPass option in its own modal dialog
...
Same as the owner pass
11 years ago
Daniel Berteaud
098c7ce94e
Move the askForName button to the right
11 years ago
Daniel Berteaud
a82a55ac14
Change the glyphicon for room locking
...
The lock symbol will be used for join password setting
11 years ago
Daniel Berteaud
21776096d6
Move persistent/ownerpass form in its own modal dialog
...
Accessible with a simple button in the conf menu
11 years ago
Daniel Berteaud
4c44d6e63e
Do not HTML escape the plain text version of invitations email
11 years ago
Daniel Berteaud
fbd3fa4830
Use a common class for public forms
...
And make them a bit larger
11 years ago
Daniel Berteaud
37cd041a7d
Fix a typo in string ID
11 years ago
Daniel Berteaud
d99fe04c64
Small enhancement in the invitation html template
11 years ago
Daniel Berteaud
b92df0bb01
Add the response link in the notifications email
11 years ago
Daniel Berteaud
8856ff0aca
Select the decline response by default
11 years ago
Daniel Berteaud
626fd86cdd
Add minimal templates to handle invitation response
11 years ago
Daniel Berteaud
45a418b9c6
Fix resources path when not running on a dedicated vhost
11 years ago
Daniel Berteaud
bbb979bb6f
Remove useless link
11 years ago
Daniel Berteaud
2c7c41cae0
Fix toolbar button alignment when collapsed
11 years ago
Daniel Berteaud
c7726c0d96
Put the suspend MoH button in the main btn-group
11 years ago
Daniel Berteaud
7568797558
Put both invite and conf menu in a single btn-group
11 years ago
Daniel Berteaud
432340d858
This should have been included in the previous commit :-)
11 years ago
Daniel Berteaud
4ee0d76444
Add MoH when you are alone in the room
...
You can pause/resume music
Stops when someone joins, and resume when the last peer leaves
Also prints a message
Fix #42
11 years ago
Daniel Berteaud
20d03ec012
Add a counter of unread message for the text chat
11 years ago
Daniel Berteaud
fded08fef8
Add a small delay after the DOM is ready to start SimpleWebRTC
...
Seems to reduce the chance to have a permissionDeniedError on Chrome
See https://github.com/HenrikJoreteg/SimpleWebRTC/issues/127
11 years ago
Daniel Berteaud
0ac90f012c
Warning if webcam access is refused
...
Fix #41
11 years ago
Daniel Berteaud
ea26c00d62
Reduce hark poll frequency and use a very high threslhold
...
So speaking events won't be fired (we don't use them) but volume will still be analyzed
to warn when no sound is detected
11 years ago