-
-
Notifications
You must be signed in to change notification settings - Fork 418
Installing WBO in Your Jitsi‐Admin Installation
holema edited this page Aug 16, 2023
·
2 revisions
If you're looking to integrate WBO into your Jitsi-admin installation, the good news is that all the necessary preparations have already been made. Follow these steps to seamlessly incorporate WBO into your system.
To seamlessly integrate your own WBO server with your Jitsi admin, simply make the following additions to your .env.local
file:
WHITEBOARD_URL=https://yourwbodomain.com
WHITEBOARD_SECRET=yourJWT_secret
LAF_WHITEBOARD_FUNCTION=1
- Open your
.env.local
configuration file. - Insert the above lines, replacing the placeholders (
https://yourwbodomain.com
andyourJWT_secret
) with your actual WBO server URL and JWT secret. - Save the file after making these changes.
With the configuration updated, you'll immediately notice a new icon in your conference interface, representing the integrated WBO functionality.
By following these simple steps, you'll have successfully integrated WBO into your Jitsi-admin installation. Enjoy the enhanced collaborative capabilities that WBO brings to your video conferencing experience!