Back to marketplace
171

BigBlueButton

Integrate your BBB instance.

Overview

The BigBlueButton (BBB) module integrates video conferencing directly into HumHub spaces and user profiles. It lets you create and manage meetings, control who can start or join, share public guest links, display session widgets in sidebars, and manage recordings — all without leaving HumHub.


1. Installation & Initial Setup (Global Admin)

  1. Install the module and activate it in Administration → Modules.
  2. Go to Administration → BigBlueButton and enter:
    • BBB Server URL — the base URL of your BigBlueButton instance (e.g. https://bbb.example.com)
    • Shared Secret — the API secret from your BBB server (bbb-conf --secret)
  3. Save. The module is now operational for all spaces.

Optionally configure the global navigation label ("Live Sessions" by default) and whether a top-navigation link should appear.


2. Enabling the Module in a Space

A space admin enables the module under Space Settings → Modules → BigBlueButton.

Per-space options (under Space Settings → BigBlueButton):

SettingDescription
Show navigation linkAdds a "Live Sessions" entry to the space left sidebar
Navigation labelCustom label for the menu item
Sidebar widget sort orderVertical position of the session widget (1 = top, default)

Quick start: Use the "Create Default Session" button to automatically create a ready-to-use default session for the space with sidebar display enabled.


3. Sessions

Creating a Session

Navigate to a space's session list and click New Session. The form has the following sections:

Basic Information

FieldNotes
NameURL slug (lowercase letters, digits, hyphens — must be unique)
TitleDisplay name shown to users
DescriptionRich text — appears on the session page and in search results
TopicsTag-style labels for filtering and search
VisibilityPublic (visible to all space members) or Private

Meeting Options

OptionDescription
LayoutCustom, Smart, Presentation Focus, or Video Focus
Mute on entryParticipants join muted
Allow recordingEnables recording for this session
Waiting roomGuests must be admitted by a moderator before joining
Enable public joinGenerates a shareable link for external guests (see Section 5)
Show in sidebarDisplays the session in the space/dashboard sidebar widget
Space default sessionMarks this as the primary session for the space

Multimedia

UploadConstraints
Session imagePNG/JPG, at least 200 × 200 px — used as the session thumbnail
Presentation (PDF)Max 40 MB — uploaded directly into the BBB meeting; first page becomes thumbnail
Webcam backgroundPNG/JPG, at least 800 × 400 px — suggested as virtual background for participants

Permissions

By default, access is controlled by the space role system. You can override this for individual sessions:

  • Join by permission — members with the Join Session permission (default: all space members) can join
  • Explicit attendee list — only the listed users can join
  • Moderate by permission — members with the Admin or Start Session permission are moderators
  • Explicit moderator list — only the listed users are moderators
  • Participants may start — attendees can start the meeting without a moderator present
  • Participants join as moderators — all participants automatically get moderator rights

4. Permissions

Three permissions can be configured at global, space, and individual session level:

PermissionDefault HoldersWhat it allows
Administer sessionsSpace admins/ownersCreate, edit, delete sessions; manage all recordings
Start sessionSpace moderators and adminsStart (launch) a meeting
Join sessionAll space membersJoin a running meeting

Permissions are set in the standard HumHub permissions interface (Space Settings → Permissions).

Global administrators hold all three permissions by default, so they can see and manage every session. Unlike in earlier versions this is not hard-wired: each permission can be denied for the administrator group under Administration → Users → Groups → Administrator → Permissions, in which case global admins are treated like regular users. (Exception: sessions hosted on user profiles remain editable by system admins — HumHub core grants this for moderation purposes.)


5. Public / Guest Access

When Enable public join is turned on for a session, a shareable link is generated:

https://your-humhub.example.com/bbb/public/join/<token>

Guests visiting this link:

  1. See the session title and a name input field.
  2. Enter their display name and click Join.
  3. Are placed in a waiting room if one is configured, or join directly as a viewer.
  4. Always join as viewer — they can never start a session or become a moderator.

If a logged-in HumHub user opens a public link, they are automatically redirected to the internal session page.

The public token is regenerated each time the session is saved with public join enabled. Deactivating public join invalidates the old token immediately.


6. Starting and Joining

  • Start — Creates the BBB meeting and opens the video conference (in a new window by default).
  • Join — If the meeting is already running, joining opens the conference directly. If not running yet, the waiting page polls automatically — a Join now button appears as soon as the meeting starts.

Members who lack the Start Session permission see the waiting page until someone with that permission starts the meeting.


7. Session Chat

Sessions can have a live chat box on the session page, bridged in both directions with the actual in-meeting BBB chat — so members without a video window open (or before the meeting has even started) can still follow and take part in the conversation.

Enabling it requires two switches:

  1. Global: Administration → BigBlueButton → Enable session chat
  2. Per session: Integrate BBB chat (Basic Information section of the session form)

Both must be on for the chat box to appear.

Behavior:

  • Messages written before the meeting starts are queued and automatically posted into BBB the moment it starts.
  • While the meeting is running, messages sync live in both directions — write in HumHub, it shows up in BBB, and vice versa.
  • System dividers mark meeting start/end, recording start/stop, and day changes, so the history reads as one continuous timeline across multiple meetings.
  • Links are auto-linked; *bold*, _italic_, ~strikethrough~ and `code` are rendered.
  • Messages can get emoji reactions (👍 ❤️ 😂 😮 🎉); the author is notified. Reactions live in HumHub only — BBB has no reaction API, so they never appear inside the meeting itself.
  • Moderators are notified of new chat messages and of BBB webhook problems; message authors are notified of reactions; anyone who can join is notified when a recording is ready. Each is its own category under My Settings → Notifications.

A short rant on BBB's chat API. BigBlueButton was not built to be chat-bridged, and it shows. sendChatMessage has no avatar parameter — injected messages just carry a name, so the nice profile picture you see in HumHub's chat box is a HumHub-side illusion that doesn't exist inside the actual meeting. The webhook-registration call (hooksCreate) routinely comes back as an HTML error page instead of the XML the SDK expects, even though the hook gets registered fine anyway — so the module has to shrug off the parse exception rather than fail session start over it. And because BBB gives no correlation ID linking "message I sent" to "message BBB echoed back at me," dedup is done by string-matching sender name and message text within the same meeting. None of this is a bug you can file against this module — it's just the shape of the surface BBB actually exposes.


8. Recordings

If recording is enabled for a session, BBB recordings become available after the meeting ends.

Viewing Recordings

Recordings are shown on the session detail page. Each recording may contain multiple formats:

FormatDescription
presentationStandard shared-screen recording
videoWebcam video recording
podcastAudio-only
screenshareScreen capture
notesShared notes

Publishing Recordings

By default, recordings are not visible to regular members. A session admin must explicitly publish each format:

  1. Open the session detail page.
  2. Find the recording in the list.
  3. Click Publish next to the format you want to share.

Published formats become visible to all members who can join the session. Formats can be unpublished at any time.


9. Sidebar Widget

When Show in sidebar is enabled for a session, it appears in the right-column sidebar of the space (and optionally on the global dashboard). The widget shows:

  • Session title and thumbnail
  • A live indicator badge when the session is running
  • A quick-access join/start button

The widget's vertical position within the sidebar is controlled by the Sort order value in the space BBB settings (lower numbers appear higher).


10. Global Sessions List (Admins)

Users with the global Administer sessions permission (by default: global admins) can access a grouped overview of sessions across the entire HumHub instance at:

/bbb/sessions

Sessions are grouped by their container (global, spaces, user profiles) and filtered like the regular list: only sessions the viewing user can join or start are shown. This page is also linked in the administration area if the global navigation item is disabled.


11. Roles Summary

WhoCan do
Global adminAll of the below, plus global settings and global sessions list (default — revocable via group permissions, see section 4)
Space adminCreate/edit/delete sessions, publish recordings, manage permissions
Space moderatorStart sessions
Space memberJoin running sessions (if Join Session permission granted)
Guest (public link)Join as viewer only (session must be running)

Module Information

Price:
Free
Latest version release:
1.1.1 - August 13, 2026
Website:
Compatibility:
HumHub 1.17 - 1.19