MiroTalk C2C
Free WebRTC Real-Time Cam-2-Cam Video Calls & Screen Sharing, End-to-End Encrypted, to embed in any website with a simple iframe.
c2c.mirotalk.com
Quick start
Install [NodeJs](https://nodejs.org/en/blog/release/v16.15.1/).
# Install dependencies
$ npm install
# Start the server
$ npm start
Open in browser: http://localhost:8080
Docker
![docker](./frontend/images/docker.png)
Install [docker](https://docs.docker.com/engine/install/) and [docker-compose](https://docs.docker.com/compose/install/).
# Build or rebuild services
$ docker-compose build
# Create and start containers
$ docker-compose up
[Docker official image](https://hub.docker.com/r/mirotalk/c2c)
Ngrok
To expose MiroTalk C2C in `HTTPS` from your `Local PC`, just follow [this steps](./docs/ngrok.md).
Self-Hosting
To self-hosting MiroTalk C2C, just follow [this steps](./docs/SelfHosting.md).
Discussions
Join with us on [Discord](https://discord.gg/rgGYfeYW3N), ask questions and post answers without opening issues.
Support
You can support MiroTalk by [becoming a backer or sponsor it](https://github.com/sponsors/miroslavpejic85).
License
![AGPLv3](./frontend/images/AGPLv3.png)
MiroTalk is free and can be modified and forked. But the conditions of the AGPLv3 (GNU Affero General Public License v3.0) need to be respected. In particular modifications need to be free as well and made available to the public. Get a quick overview of the license at [Choose an open source license](https://choosealicense.com/licenses/agpl-3.0/).
For a MiroTalk license under conditions other than AGPLv3, please contact us at license.mirotalk@gmail.com or [purchase directly via CodeCanyon](https://codecanyon.net/item/mirotalk-c2c-webrtc-real-time-cam-2-cam-video-conferences-and-screen-sharing/43383005).
Thank you!
Comments (0)
Please login to join the discussion on this project.