OpenTalk v24.10.0
- Release date: 2024-08-29
- Release series: 24.10
Release notes
Noteworthy changes
- Users in the waiting room automatically join the conference on approval now. The user can opt out from that by unticking a checkbox.
- Administrators can set the waiting room enabled for all newly created meetings by either setting the environment variable
WAITING_ROOM_DEFAULT_VALUE
in the frontend docker container orsettings.waitingRoomDefaultValue
in the frontendconfig.js
totrue
. - Profile pictures are now loaded from the URL provided by OIDC in the
picture
field if present.
Component versions
Category | Component | Version |
---|---|---|
Frontend | web-frontend | v1.19.0 |
Services | controller | v0.18.0 |
Services | controller-enterprise | v0.18.0 |
Services | obelisk | v0.10.0 |
Services | recorder | v0.5.0 |
Services | smtp-mailer | v0.8.0 |
Documentation | ot-setup | v24.10.0 |
3rd-Party Components | ot-janus | v0.13.4 |
3rd-Party Components | ot-spacedeck | v1.0.2 |
3rd-Party Components | ot-etherpad | v1.0.2 |
3rd-Party Components | keycloak | v20.0.5 |
3rd-Party Components | postgres | v15.7.0 |
3rd-Party Components | rabbitmq | v3.12.14 |
3rd-Party Components | redis | v7.4.0 |
3rd-Party Components | minio | RELEASE.2023-07-21T21-12-44Z |
web-frontend v1.19.0
New Features
- Include / exclude option for creator in talking stick (#1953)
- Enable editing streaming data for existing events(#1946)
- Add automatic join from waiting room (#1467)
- Re-design text fields (#1772)
Improvements to the user experience
- Make waiting room configurable (#1896)
- Removed nested roles from the notifications. (#1710)
- Apply autofocus on the breakout room notification. (#1751)
- Add tooltip for recorder (#1971)
Bug Fixes
- Fix: Screen share is still active during/after coffe break (#1803)
Internal
- Setup ESLint react plugin for app module (#2012)
controller v0.18.0
🚀 New features
- Use avatar url if the JWT
picture
claim is set (#824)