MiroTalk C2C review: a free, open-source, self-hosted WebRTC app for encrypted one-to-one cam-to-cam video calls. See features, pricing, and alternatives.
MiroTalk C2C is a free, open-source WebRTC application purpose-built for one-to-one, cam-to-cam video calls. It is part of the MiroTalk WebRTC family of self-hosted video calling apps created by developer Miroslav Pejic, sitting alongside MiroTalk P2P (multi-participant room calls) and MiroTalk SFU (scalable group conferencing).
Unlike general-purpose video meeting tools, MiroTalk C2C intentionally caps each room at two participants, framing this as a security and simplicity feature rather than a limitation, and is aimed at direct, private 1:1 conversations rather than team meetings.
Because MiroTalk C2C uses direct peer-to-peer WebRTC connections, audio and video travel straight between the two participants' browsers rather than through a central media server, which reduces latency and keeps call data off third-party infrastructure.
Joining a call requires no installation, plugin, or account: users open a room link in a modern browser, enter a display name, and connect. The project emphasizes end-to-end encrypted transport for privacy-sensitive use cases such as consultations or interviews.
MiroTalk C2C is free and open source under the AGPLv3 license. There is no subscription or per-seat fee from the project itself; the only cost is whatever server hosting an operator chooses if they self-host their own instance rather than using the public demo.
A public demo instance is available directly at c2c.mirotalk.com, so casual users can try the tool without any deployment work, while organizations wanting full control typically self-host the open-source code on their own infrastructure.
It is used for private, one-to-one cam-to-cam video calls, such as consultations, interviews, tutoring, or personal conversations, where exactly two people need a secure direct connection.
Yes, it is free and open source under the AGPLv3 license, and a public demo is available at c2c.mirotalk.com.
No, each room is deliberately limited to two participants for maximum privacy and simplicity.
MiroTalk P2P supports small multi-person rooms and MiroTalk SFU supports large, scalable group conferences using a server-based SFU architecture, while C2C is purpose-built only for two-person calls.
No, it runs entirely in a modern web browser using WebRTC, with no downloads, plugins, or accounts required.
Yes, the source code is publicly available on GitHub and can be self-hosted on your own server using Node.js and Docker.