Meetling Release 1.0.0 mit Livekit
Dear Jitsi Admin Community,
We’re excited to announce the release of Jitsi Admin Version 1.0.x! This update brings a host of new features, enhancements, and bug fixes, along with the much-anticipated Livekit integration. Here’s a detailed look at what’s new in this version.
🚀 Livekit Integration – Next-Level WebRTC Performance
We’re thrilled to introduce Livekit, a next-generation WebRTC server that offers performance like no other. The quality and experience are simply out of this world, leaving traditional Jitsi setups far behind.
With Livekit, you’ll get:
- Superior Video/Audio Quality
- Low Latency for smoother communication
- Streamlined New Frontend: We’ve built a brand-new interface specifically for Livekit, focusing on productivity-enhancing features and removing unnecessary distractions.
To test Livekit:
- Install Livekit with a single line of code.
Set up your Livekit server via the Jitsi Admin dashboard for seamless integration.
🌟 New Features in Version 1.0.x
- Toggle Filmstrip View: Easily switch the Filmstrip view on or off with the new toggle button during conferences.
- Room Name Prefixing: Use server hash prefixes for room names, allowing different Jitsi configurations to load at runtime.
- Address Book in Dark Mode: The Addressbook now features a transparent background in dark mode for a sleek look and improved visibility.
- Filter Enhancement in Address Book: You can now filter the entire row, improving search and usability beyond the checkbox-only search.
- Autoupload to Dockerhub: We've added automatic Dockerhub uploads, simplifying the deployment process.
- Enhanced Fullscreen Mode: The Fullscreen mode in multiframe view is now more robust, providing a smoother experience.
- Improved Multiframe Closing: You can now close a multiframe even if the internal content has not yet loaded.
🔧 Improvements and Enhancements
- Upgraded MDBootstrap: We’ve updated the MDBootstrap library to the latest version for better performance and compatibility.
- Dockerhub Auto-upload: Jitsi Admin now supports automatic uploads to Dockerhub, making deployment even easier.
🐞 Bug Fixes and Updates
This update comes with numerous bug fixes, ensuring a smoother user experience across the platform.
Additionally, we’ve dropped support for PHP 8.0. Please ensure your setup is updated to PHP 8.1 or 8.2.
Important prerequisites for the new version:
Jitsi Admin should be installed in /var/www/jitsi-admin. If not, transfer your old .env.local to this directory to maintain your settings.
Node 18+ and npm 9.5+ are required for the latest build.
🔄 Upgrade Instructions
For those upgrading from Version 0.79.x to 1.0.x, here’s a quick guide:
Download and run the new installation script:
cd ~
wget https://github.com/H2-invent/jitsi-admin/raw/master/install.sh
sudo bash install.sh
Start the update process by running sudo bash install.sh and follow the steps.
If you want to use Whiteboard or Etherpad integration, configure the parameters in your .env.local file:
Whiteboard Integration
LAF_WHITEBOARD_FUNCTION=1
WHITEBOARD_URL=https://wbo.yourdomain.com
WHITEBOARD_SECRET=YOUR_SECRET
Etherpad Integration
LAF_ETHERPAD_FUNCTION=1
ETHERPAD_URL=https://etherpad.yourdomain.com
📦 Docker Installation Updates
If you’re updating your Docker setup from 0.78.x or 0.79.x, ensure you have Docker Compose 2.29.1 or newer to avoid environment file bugs:
Pull the latest tag.
Navigate to your Jitsi Admin directory (cd /var/jitsi-admin/).
Run the Docker install script:
bash installDocker.sh
Confirm the settings and proceed. The database will automatically upgrade during the process.
💡 Customization and Support
We understand the importance of customization. If you need Jitsi Admin to match your organization’s branding and guidelines, reach out to H2-Invent GmbH for a tailored solution. Here’s an example of a customized interface:
We hope you enjoy the new features and improvements in Jitsi Admin Version 1.0.x! As always, thank you for being an essential part of our community. Your feedback helps us continue evolving the platform to meet your needs.
If you have any questions, need support, or want to explore customization options, don’t hesitate to reach out.
Best regards,
The Jitsi Admin Team