Skip to content

French fries at the kiosk

Choose a tag to compare

@longsleep longsleep released this 24 Apr 16:15
· 1521 commits to master since this release

This release finally enables the new conference kiosk mode. Select it when hovering over the videos on with the controls on the left. The server now also uses the latest APIs from the major third party libraries. This means the server can now do HTTPS natively which might be helpful for small/home set ups. Make sure to update your ./vendor/ directory (or remove it and run make get) to retrieve the latest third party sources.

  • Feature : New UI to change video conference layout (hover over videos and see controls on the left).
  • Feature : Server can now provide a HTTPS listener. See server.conf.in for instructions.
  • Bugfix : No longer hang up on reloads which were not confirmed yet.
  • Bugfix : Various layout fixes with video layout sizing.
  • Bugfix : Fixed possible data channel not ready error in conferences.
  • Bugfix : Top bar buttons no longer overlap.