Skip to content

Installing WBO in Your Jitsi‐Admin Installation

holema edited this page Aug 16, 2023 · 2 revisions

Installing WBO in Your Jitsi-Admin Installation

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.

Editing Configuration Files

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

Activating the Integration

  1. Open your .env.local configuration file.
  2. Insert the above lines, replacing the placeholders (https://yourwbodomain.com and yourJWT_secret) with your actual WBO server URL and JWT secret.
  3. Save the file after making these changes.

Enjoying the Benefits

With the configuration updated, you'll immediately notice a new icon in your conference interface, representing the integrated WBO functionality.

WBO Icon

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!