https://github.com/miroslavpejic85/mirotalkwebrtc Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code + Explore + All features + Documentation + GitHub Skills + Blog * Solutions + For + Enterprise + Teams + Startups + Education + By Solution + CI/CD & Automation + DevOps + DevSecOps + Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles + Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} miroslavpejic85 / mirotalkwebrtc Public * Notifications * Fork 4 * Star 54 A self-hosted MiroTalk's WebRTC rooms scheduler server. webrtc.mirotalk.com License AGPL-3.0 license 54 stars 4 forks Star Notifications * Code * Issues 0 * Pull requests 0 * Actions * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Security * Insights miroslavpejic85/mirotalkwebrtc This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 1 branch 0 tags Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/m] Use Git or checkout with SVN using the web URL. [gh repo clone mirosl] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @miroslavpejic85 miroslavpejic85 [mirotalkwebrtc] - fix typo, update dep. ... 8837ec3 Jan 5, 2023 [mirotalkwebrtc] - fix typo, update dep. 8837ec3 Git stats * 11 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time backend [mirotalkwebrtc] - fix typo Jan 5, 2023 frontend [mirotalkwebrtc] - refactoring & add email verification Jan 1, 2023 .env.template [mirotalkwebrtc] - improve nodemailer transport Jan 1, 2023 .gitignore [mirotalkwebrtc] - init commit Dec 27, 2022 .prettierignore [mirotalkwebrtc] - init commit Dec 27, 2022 .prettierrc.js [mirotalkwebrtc] - init commit Dec 27, 2022 Dockerfile [mirotalkwebrtc] - init commit Dec 27, 2022 LICENSE [mirotalkwebrtc] - init commit Dec 27, 2022 README.md [mirotalkwebrtc] - fix typo Jan 5, 2023 Self-hosting.md [mirotalkwebrtc] - fix typo, update dep. Jan 5, 2023 docker-compose-mongo.yml [mirotalkwebrtc] - init commit Dec 27, 2022 docker-compose.yml [mirotalkwebrtc] - init commit Dec 27, 2022 package.json [mirotalkwebrtc] - fix typo, update dep. Jan 5, 2023 View code README.md MiroTalk WebRTC Admin Manage and scheduling all the MiroTalk's WebRTC rooms: --------------------------------------------------------------------- * MiroTalk P2P - Peer to peer real-time video conferences, ideal for small groups (5-8 participants) * MiroTalk SFU - Selective forwarding unit real-time video conferences, ideal for large groups (8+ participants) * MiroTalk C2C - Cam to cam (peer to peer) real-time video conferences, ideal for one to one (2 participants) --------------------------------------------------------------------- mirotalk-webrtc-admin Quick start # Copy .env.template to .env and edit it $ cp .env.template .env Change the MONGO URL & DATABASE, with your own: MONGO_URL=mongodb://${MONGO_USERNAME}:${MONGO_PASSWORD}@${MONGO_HOST}:${MONGO_PORT} MONGO_DATABASE=mirotalk Setup your email and app password: EMAIL_HOST=emailHost EMAIL_PORT=emailPort EMAIL_USERNAME=emailUsername EMAIL_PASSWORD=emailPassword # Install dependencies $ npm install # Start the server $ npm start Docker # Install docker $ sudo apt install docker.io # Install docker-compose $ sudo apt install docker-compose # Copy .env.template to .env and edit it $ cp .env.template .env # Build or rebuild services $ docker-compose build # Create and start containers (-d as daemon) $ docker-compose up Docker official image Logs # Follow the server logs $ docker logs -f mirotalkwebrtc API You can check the swagger document at http://localhost:9000/api/v1/ docs, or live here. Self hosting To self hosting this project follow this doc. Discussions Join with us on Discord, ask questions and post answers without opening issues. Support You can support MiroTalk's projects by sponsoring it. Thanks! License AGPLv3 About A self-hosted MiroTalk's WebRTC rooms scheduler server. webrtc.mirotalk.com Topics docker alternative enterprise awesome cloud mongodb webrtc realtime admin-dashboard collaboration self-hosted webrtc-demos group conferencing video-conferencing server-side video-communication media-streaming videomeeting mirotalk Resources Readme License AGPL-3.0 license Stars 54 stars Watchers 2 watching Forks 4 forks Languages * JavaScript 55.7% * CSS 22.2% * HTML 21.8% * Dockerfile 0.3% Footer (c) 2023 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.