HD video & audio
Smooth group calls with up to 50+ participants, adaptive quality, and low latency.
Crystal-clear video, smart host controls, guest invitations, and a developer API โ everything your team needs to connect, present, and collaborate without friction.
50+
Participants per room
HD
Video & audio
API
REST integration
24/7
Always available
Live chat
Reactions ยท Hand raise ยท Host controls
Features
From daily standups to client demos โ built for how teams actually work.
Smooth group calls with up to 50+ participants, adaptive quality, and low latency.
Present your screen while staying on camera โ both streams visible to everyone in the room.
Hosts approve guests before they join. Perfect for client calls and controlled access.
Mute participants, restrict cameras, manage screen share permissions, and admit guests from the lobby.
Real-time messaging, emoji reactions, and hand raise โ keep everyone engaged without interrupting.
Hosts can record sessions with mixed audio and video, then download from your dashboard.
Invite guests by email with optional access gates. Personal and organization workspaces supported.
Switch between grid, speaker, and sidebar views. Pin any participant or presentation.
Create meetings, generate join URLs, manage invitations, and fetch recordings via REST API.
For teams & clients
Organizations get isolated workspaces with admin controls, meeting history, API keys, and custom join links. Personal accounts are free โ upgrade to an organization when you're ready to scale.
Impress clients with a polished waiting room, screen share, and branded join links.
Daily standups, all-hands, and 1:1s with chat, reactions, and flexible video layouts.
Host classes with host controls โ mute all, admit students, and record sessions.
Quick guest links without accounts. Resolve issues face-to-face in seconds.
Developers
Full REST API with API key authentication. Create meetings programmatically, generate signed host join URLs, send invitations, and retrieve recordings โ all from your backend.
POST /api/v1/meetings โ create scheduled or instant meetingsGET /meetings/:id/join_url โ signed links for hosts & guestsPOST /invitations โ email guests directly from your appAPI docs available in your organization dashboard after sign-up.
# Create a meeting via API
curl -X POST https://your-host/api/v1/meetings \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"title": "Product demo",
"recording_enabled": true,
"guest_access_enabled": true
}'
# Response includes join_url for your host
{
"meeting": {
"room_code": "abc123",
"join_url": "https://..."
}
}
Get started
Already part of an organization? Enter your workspace ID to sign in.
Start hosting better meetings today. Free personal accounts โ no credit card required.