Member-only story
The Universal API for Seamless Meeting Bot Integration
In today’s hybrid work environment, meetings are increasingly hosted across platforms like Zoom, Microsoft Teams, Google Meet, and Discord. However, building bots or tools that integrate with these fragmented ecosystems has been a nightmare for developers each platform has its own SDK, auth flow, permissions model, and streaming interface. Enter Attendee, the open-source, universal API for meeting bots.
Attendee abstracts away the complexities of integrating with conferencing platforms, giving developers a single, consistent API to build bots that can join, record, listen, transcribe, or even interact in meetings across multiple providers. Whether you’re building a notetaker, AI assistant, livestream proxy, or analytics tool, Attendee lets you focus on product logic not vendor quirks.
What is Attendee?
Attendee is an open-source API layer and bot gateway that lets developers connect bots to video conferencing platforms via a unified interface. It handles all the underlying complexity including browser orchestration, media routing, and signaling — so developers can focus on their use case.
Core Idea:
Use a universal HTTP and WebSocket-based API to control bots that can join any supported video call, record media, extract metadata, and stream content in real time.
