Skip to content

0.9.123

Compare
Choose a tag to compare
@donrestarone donrestarone released this 16 Sep 23:11
· 5 commits to master since this release
21184ab

What's Changed

Video rooms

Addresses: #1598

Initialize your room from the Admin panel,
Screenshot from 2023-09-13 09-02-45

share the link with participants to join!

Screen Shot 2023-09-17 at 9 29 20 AM

How does it work?

It works by peers streaming to, and from each other. For more details and to

learn about WebRTC, Signalling servers (TURN/STUN) and ICE candidates, see here: https://www.youtube.com/watch?v=WmR9IMUD_CY

guide: https://github.com/domchristie/webrtc-hotwire-rails

Todo's:

  1. ability for participants to mute audio / stop video
  2. fix flakiness in new participants connecting to already-joined peers (newly joined peers dont see existing participants until they refresh the page and join again)
  3. UI improvements, see: https://github.com/Alicunde/Videoconference-Dish-CSS-JS

Full Changelog: 0.9.122...0.9.123