0.9.123
What's Changed
- [feature] Video Rooms by @donrestarone in #1607
Video rooms
Addresses: #1598
Initialize your room from the Admin panel,
share the link with participants to join!
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:
- ability for participants to mute audio / stop video
- 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)
- UI improvements, see: https://github.com/Alicunde/Videoconference-Dish-CSS-JS
Full Changelog: 0.9.122...0.9.123