1
0
mirror of https://github.com/dani/vroom.git synced 2024-06-23 18:19:12 +02:00
Go to file
Daniel Berteaud 980b834da6 Change the way JS localization is done
Render a plain JS file and include it as a standard JS script instead of relying on an ajax call
This makes it available immediatly (before that there could be a slight delay), but more importantly, makes sure the response can be cached
Chrome wasn't caching XHR get responses (no matter what the header were)
2015-07-22 13:57:42 +02:00
cache Minify and combine static assets with Mojolicious::Plugin::StaticCompressor 2015-03-17 21:45:19 +01:00
chrome-extension Update screen sharing 2014-05-01 21:35:07 +02:00
conf Automatically handle cookie signing keys 2015-06-29 19:09:28 +02:00
docs Rename scripts to script 2015-07-22 00:12:07 +02:00
lib/Vroom Update locales 2015-07-21 18:45:54 +02:00
public Change the way JS localization is done 2015-07-22 13:57:42 +02:00
script Rename scripts to script 2015-07-22 00:12:07 +02:00
templates/default Change the way JS localization is done 2015-07-22 13:57:42 +02:00
.gitignore Minify and combine static assets with Mojolicious::Plugin::StaticCompressor 2015-03-17 21:45:19 +01:00
LICENSE Initial commit 2014-04-03 08:16:06 -07:00
README.md Update README 2015-02-19 15:42:17 +01:00
vroom.pl Change the way JS localization is done 2015-07-22 13:57:42 +02:00

vroom

Video conf based on SimpleWebRTC.js

  • Multi party audio+video
  • Text Chat
  • Optional Etherpad-Lite integration
  • Screen Sharing (Google Chrome and Mozilla Fireofx)
  • Reserved and persistent rooms
  • Email notifications and invitations
  • Password protected rooms
  • Chairman features (mute/pause/kick other)
  • Internationalization (english and french for now)
  • Works with Mozilla Firefox, Google Chrome and Opera
  • Works on Windows, Linux, Android (probably MAC OSX too)
  • Responsive interface, working on smartphones, pads and desktops
  • Fully opensource

You can try our demo instance here: https://vroom.im

Check documentation here

You can also subscribe to the dev mailing list here