| title | Video Calls |
|---|
A LiveKit-based video conferencing app for calendar events, forked from livekit-examples/meet.
pnpm install --frozen-lockfile
cp .env.example .env
# Edit .env with your LiveKit, OIDC, and Postgres credentials.
pnpm devOpen http://localhost:3000.
Detailed documentation is available in docs/ and served by the Sunbeam docs portal:
- Getting Started
- Configuration
- Running Locally
- Testing
- Deployment and Releases
- OIDC Setup
- Bulwark Plugin
- Features
- License and Attribution
Users authenticate via OIDC. Calendar events link directly to /rooms/{roomName}; authenticated users join from that URL. Organizers use ?role=host, guests use ?role=guest and wait in a waiting room until admitted.
The Bulwark Mail plugin in plugins/livekit-meet/ adds an "Add LiveKit Meeting" button to calendar events and creates rooms via POST /api/bulwark/rooms.
Copyright (C) 2026 Sunbeam, Lda.
This project is licensed under the GNU Affero General Public License v3.0 or later.
This project is a fork of livekit-examples/meet, which was originally licensed under the Apache License 2.0. The original Apache 2.0 license text and attribution are preserved in the NOTICE file.