/mirotalkc2c

✨WebRTC - C2C - Real-time cam-2-cam video calls & screen sharing, end-to-end encrypted, to embed in any website with a simple iframe.

Primary LanguageJavaScriptMIT LicenseMIT

MiroTalk C2C

MiroTalk C2C WebRTC real-time cam-2-cam video calls & screen sharing, end-to-end encrypted, to embed in any website with a simple iframe.

<iframe
    allow="camera; microphone; fullscreen; display-capture; autoplay"
    src="https://c2c.mirotalk.com"
    style="height: 100%; width: 100%; border: 0px;"
></iframe>

Live demo: https://c2c.mirotalk.com

mirotalkc2c

Quick start

# Go to project dir
$ cd mirotalkc2c
# Install dependencies
$ npm install
# Start the server
$ npm start

Docker

# Build or rebuild services
$ docker-compose build
# Create and start containers
$ docker-compose up

Docker official image

Join room

Home page: http://localhost:8080

Home page with room param: http://localhost:8080/?room=test

Direct join: http://localhost:8080/join?room=test&name=test

Params Type Description
room string roomId
name string userName

License

MIT