Video meetings by link, no registration.

Prosvetech Meet

What it is

Prosvetech Meet — video calls right in the browser: one-to-one or group. Open at meet.polycrate.org; no registration needed. Create a room, send the link, everyone joins. Inside — audio and video, screen sharing, chat, file transfer, and a shared whiteboard.

Anyone with the room link connects instantly.

Meet is built on the open-source project MiroTalk P2P — its source is linked at the bottom of this page. We deployed it on our own infrastructure and stripped out the upstream advertising and analytics blocks.

How to set it up

  1. Open meet.polycrate.org in any modern browser (Chrome, Firefox, Safari, Edge). On phones it works straight in Safari or Chrome — no app install needed.
  2. Enter a room name — anything you like, you can make it up on the spot. The room is created automatically.
  3. Grant the browser access to your microphone and camera.
  4. Copy the room link (the Share button) and send it to participants.

FAQ

Is anything stored on the server? No. P2P mode passes media streams directly between participants’ browsers. Our server acts only as a signaling intermediary to set up the connection, and records nothing.

How many people can join at once? P2P scales comfortably up to 6–8 people in one room. Beyond that, the load on each participant grows — everyone sends their own stream to everyone else. For larger meetings, it’s better to split into groups.

Do I need to register or create an account? No, you don’t. Just create a room and share the link.

Can a room be password-protected? Yes. Set a password in the room interface — no one gets in without it.

Source code