No account required — free to use

Video calls that
just work

Peer-to-peer video conferencing — no sign-up, no plugins, no data stored. Share a link and connect in seconds. Built to embed in any app or website.

Start or join a meeting

YOUR NAME

or join existing
Built right
Everything you need, nothing you don't

All video is peer-to-peer — it flows directly between participants, not through our servers.

Up to 6 participants

1-on-1 calls or small group meetings. Video tiles rearrange automatically as people join and leave.

Screen sharing

Share your entire screen, a specific window, or a browser tab. Participants see it in their video grid instantly.

In-call chat

Send text messages during the call. Useful for sharing links, notes, or keeping audio off during a presentation.

End-to-end encrypted

WebRTC uses DTLS-SRTP encryption. Your video and audio never pass through our servers — only signaling data does.

Embeddable anywhere

Drop a single <iframe> tag into any page or app. Works in React, Vue, plain HTML — anything.

No account required

Create a meeting with one click and share the link. Participants join instantly — no sign-up, no download, no app.

Integration
Add video calls to any app in 2 lines

Create a room, get the URL, drop it in an iframe. The ?embed=1 parameter hides the navigation and shows a clean, minimal room UI.

  • Works in React, Vue, Angular, plain HTML
  • Requires allow="camera; microphone" on the iframe
  • Participants can still use full-screen or open in new tab
<iframe
  src="https://qmeet-nhee.onrender.com/room/your-room-id?embed=1"
  allow="camera; microphone; display-capture"
  style="width:100%; height:600px; border:none;"
></iframe>