Peer-to-peer WebRTC video meetings — your video goes straight to the other participants, with no server relaying your call.
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.

abc-defg-hij); join from the room list, by typing a code, or straight from a /meet/<code> link.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.