‹ All docs / Communication / Meet
🎥
Communication

Meet

Peer-to-peer WebRTC video meetings — your video goes straight to the other participants, with no server relaying your call.

Overview

Meet is video conferencing built on WebRTC. Create a room, share its short code, and everyone connects directly to one another — audio and video flow peer-to-peer rather than through a central server. Controls for mic, camera, screen share, hand raise and in-call chat are all one click away.

Meet on desktop
The Meet lobby — start or join a call with a short code.

Features

How it works

A websocket signaling channel coordinates the call: it exchanges WebRTC offers, answers and ICE candidates, and relays control events like join, leave, mute, hand raise and chat. Once peers are connected, audio and video travel directly between them. STUN is used to traverse NAT; the actual media stays peer-to-peer.

Media
WebRTC, peer-to-peer (no server relay of audio/video)
Signaling
Websocket per room (SDP offers/answers, ICE, control events)
Connectivity
STUN for NAT traversal
Auth
Workspace single sign-on (OIDC)