bedrud-fe-meeting

Document the Bedrud frontend meeting skill with LiveKit components and MeetingProvider.

6|1|Updated May 4, 2026
One-click install
npx skills add https://github.com/themadorg/bedrud --skill bedrud-fe-meeting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bedrud-fe-meeting
Source: https://github.com/themadorg/bedrud/tree/main/.agents/skills/bedrud-fe-meeting
Command: npx skills add https://github.com/themadorg/bedrud --skill bedrud-fe-meeting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bedrud Frontend Meeting encapsulates a complete live meeting UI stack, including the MeetingProvider, chat, audio processing, and rendering architecture, to enable privacy-conscious, production-grade browser-based meetings.

Core Features & Use Cases

  • React SPA in apps/web/ with LiveKit components, chat contexts, and audio pipeline.
  • Provides a cohesive frontend framework for managing room state, participants, screen sharing, and audio/video controls.
  • Use Case: Build a feature-rich meeting room with chat, collaboration, and streaming in a single binary.

Quick Start

Review and implement the Bedrud frontend meeting architecture by inspecting the MeetingProvider and core components in the apps/web/ directory.

Frequently Asked Questions about bedrud-fe-meeting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a frontend video meeting UI with LiveKit and React?

To build a frontend video meeting UI with LiveKit and React, you bundle a MeetingProvider with chat contexts and an audio pipeline to manage room state, participants, and screen sharing within a single SPA architecture.

What is needed to manage meeting lifecycle and room state in a WebRTC application?

Managing meeting lifecycle and room state in a WebRTC application requires a cohesive frontend framework that handles audio and video controls alongside participant rendering. This skill provides the MeetingProvider architecture needed to coordinate these live interactions.

Can I integrate chat and audio processing into a single browser-based meeting module?

Yes, you can integrate chat and audio processing into a single browser-based meeting module by applying a frontend architecture that encapsulates chat contexts and an audio pipeline. This skill documents the exact component responsibilities and data flows needed for production-ready integration.

Does this frontend meeting architecture support screen sharing and audio controls?

Yes, this frontend meeting architecture supports screen sharing and audio controls by providing a cohesive React framework for managing room state and participant interactions. It encapsulates the necessary UI components and audio pipeline for browser-based meetings.

What are the security considerations for a production-ready WebRTC meeting UI?

Security considerations for a production-ready WebRTC meeting UI involve documenting component responsibilities, data flows, and integration requirements within a privacy-conscious architecture. This skill captures those specific security requirements for deploying a frontend meeting module.