2024-09-14 09:03:31 +02:00
2024-09-12 20:22:27 +02:00
2024-09-12 20:40:24 +02:00
2024-09-12 20:22:27 +02:00
2024-09-12 20:22:27 +02:00
2024-09-12 20:22:27 +02:00
2024-09-12 20:22:27 +02:00
2024-09-14 09:03:31 +02:00
2024-09-12 20:22:27 +02:00

Call-Me

This project enables easy one-to-one video calls directly from your web browser using WebRTC technology.

callme

Getting Started

Overview

This project allows you to:

  • Sign in with a username.
  • Make video calls by entering the recipient's username.
  • Toggle your video feed visibility.
  • Hang up the call when done.
  • Rest API to get all connected users.

Quick Start

Install Node.js and npm

# Copy .env.template to .env
cp .env.template .env

# Install dependencies
npm install

# Start the application
npm start
  1. Open your browser and visit http://localhost:8000.

  2. Sign in with your username.

  3. Enter the recipient's username and click Call.

  4. Enjoy your one-to-one video call.

API

Get all connected users

curl -X GET "http://localhost:8000/api/v1/users" -H "authorization: call_me_api_key_secret" -H "Content-Type: application/json"

Docs: http://localhost:8000/api/v1/docs/ or you can check it out live here.

Self-Hosting

To install this on your VPS, VDS, or personal server, please follow the instructions in the self-hosting documentation.


S
Description
🟢 WebRTC click-to-call platform for instant real-time communication in a persistent shared room with unlimited participants where users can join and call each other instantly. No signup or setup required.
Readme 6.9 MiB
Languages
JavaScript 58.2%
CSS 24.8%
HTML 16.2%
PHP 0.3%
Python 0.2%
Other 0.3%