{"id":16537152,"url":"https://github.com/arpitbhalla/trio-calls","last_synced_at":"2025-07-04T00:05:21.873Z","repository":{"id":47005403,"uuid":"375461055","full_name":"arpitBhalla/trio-calls","owner":"arpitBhalla","description":"A multi-participant video call platform for calling across the world for free with screen sharing!","archived":false,"fork":false,"pushed_at":"2023-01-07T08:36:39.000Z","size":2884,"stargazers_count":44,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"next","last_synced_at":"2025-07-04T00:04:02.209Z","etag":null,"topics":["google-meet","hacktoberfest","ms-teams","typescript","video-call","webrtc"],"latest_commit_sha":null,"homepage":"https://trio-calls.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arpitBhalla.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"arpitbhalla","patreon":null,"open_collective":"arpitbhalla","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-06-09T18:58:24.000Z","updated_at":"2024-11-22T16:37:59.000Z","dependencies_parsed_at":"2023-02-06T16:46:05.455Z","dependency_job_id":null,"html_url":"https://github.com/arpitBhalla/trio-calls","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/arpitBhalla/trio-calls","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpitBhalla%2Ftrio-calls","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpitBhalla%2Ftrio-calls/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpitBhalla%2Ftrio-calls/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpitBhalla%2Ftrio-calls/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arpitBhalla","download_url":"https://codeload.github.com/arpitBhalla/trio-calls/tar.gz/refs/heads/next","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arpitBhalla%2Ftrio-calls/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263421911,"owners_count":23464047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google-meet","hacktoberfest","ms-teams","typescript","video-call","webrtc"],"created_at":"2024-10-11T18:34:57.550Z","updated_at":"2025-07-04T00:05:21.818Z","avatar_url":"https://github.com/arpitBhalla.png","language":"TypeScript","funding_links":["https://github.com/sponsors/arpitbhalla","https://opencollective.com/arpitbhalla"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" id=\"top\"\u003e \n  \u003cimg src=\"./client/public/favicon.png\" alt=\"Trio Calls\" width=80 /\u003e\n\u003c/div\u003e\n\n\u003ch1 align=\"center\"\u003eTrio Calls\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"Github top language\" src=\"https://img.shields.io/github/languages/top/arpitBhalla/trio-calls?style=flat-square\"\u003e\n  \u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/arpitBhalla/trio-calls?style=flat-square\"\u003e\n  \u003cimg alt=\"Github stars\" src=\"https://img.shields.io/github/stars/arpitBhalla/trio-calls?style=flat-square\" /\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n## :sparkles: Features\n\n- Schedule 📅 meets, send invite via email 📩 \u0026 save to calendar.\n- Create public 🌐 or restricted ☢️ meeting.\n- Connect with multiple users via meeting link 🔗 or code.\n- Realtime chat 💬, connect before or after the meeting.\n- Chat in github like markdown. insert tables, code snippets, lists.\n- Get notified if network 📶 connectivity lost.\n- Toggle dark 🌑 or light 🌕 mode anytime.\n- Audio notification 🔔 for chat and new user connect\n- Screen Sharing 💻.\n- Remove ⛔ Other Participants (only host).\n- Shortcut keys to control meeting.\n- Interactive animated UI.\n\n### 🧑‍🎓 Classroom specific features\n\n- Realtime whiteboard 📋 with multiple tools.\n- Realtime Poll 📊 / Voting 🗳️.\n- Take attendance 🙋‍♂️ and save in CSV format.\n- Lock 🔒 meeting, late comer would not able to join 🚫.\n- Get notified 👀 if student changes tab.\n\n## :eyes: [Preview](https://trio-calls.vercel.app)\n\n![Trio calls preview](https://user-images.githubusercontent.com/55053424/152016159-3d577bca-3170-4283-b3b3-3d49b4e9a424.gif)\n\n## :tada: Local setup\n\nBefore starting :checkered_flag:, you need to have [Git](https://git-scm.com) and [Node](https://nodejs.org/en/) installed.\n\n```bash\n# Clone this project\n$ git clone https://github.com/arpitBhalla/trio-calls\n\n$ cd trio-calls\n\n# Install server dependencies\n$ yarn --cwd client install\n\n$ yarn --cwd client start\n\n# Install server dependencies\n$ yarn --cwd server install\n\n# Run server\n$ yarn --cwd server dev\n\n# The server will start at \u003chttp://localhost:3000\u003e\n```\n\n## 🔧 Testing\n\n```bash\n# unit tests\n$ npm run test\n\n# e2e tests\n$ npm run test:e2e\n\n```\n\n## 🙇🏻‍♂️ Acknowledgement\n\n- Thanks [arjhun777](https://dev.to/arjhun777) for providing [https://dev.to/arjhun777/video-chatting-and-screen-sharing-with-react-node-webrtc-peerjs-18fg](https://dev.to/arjhun777/video-chatting-and-screen-sharing-with-react-node-webrtc-peerjs-18fg)\n\n## :memo: License\n\nThis project is under license from GPL v3. For more details, see the [LICENSE](LICENSE) file. You need to seek permission from original author before using it for commercial purpose.\n\nMade with :heart: by \u003ca href=\"https://github.com/arpitBhalla\" target=\"_blank\"\u003eArpit Bhalla\u003c/a\u003e\n\n\u0026#xa0;\n\n\u003ca href=\"#top\"\u003eBack to top\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpitbhalla%2Ftrio-calls","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farpitbhalla%2Ftrio-calls","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farpitbhalla%2Ftrio-calls/lists"}