[call-me] - update readme

This commit is contained in:
Miroslav Pejic
2026-02-11 21:29:16 +01:00
parent 6ebb91bfc4
commit 5095dd0fc0
2 changed files with 12 additions and 9 deletions
+11 -8
View File
@@ -11,14 +11,17 @@ This project enables easy one-to-one video calls directly from your web browser
This project allows you to:
- `Sign in` with a username.
- `Initiate video calls` by clicking the call button next to a recipient's username.
- `Switch` between cameras, microphones, or speakers seamlessly during a call.
- `Chat` in real time with all participants.
- `Hide` your video feed as needed.
- `Toggle` your audio.
- `Toggle` your video.
- `Toggle` your screen.
- `Hang up` the call when finished.
- `Initiate video calls` by clicking the call button next to a recipients username.
- `Switch seamlessly` between cameras, microphones, or speakers during a call.
- `Chat in real time` with all participants.
- `Hide your video` feed when needed.
- `Toggle your microphone` (mute/unmute).
- `Toggle your camera` (video on/off).
- `Share your screen` (start/stop).
- `Share files` with other participants.
- `Hang up the call` when finished.
- `Use multiple languages`.
- `Enable Host Protection` mode with a password.
- `Use the REST API` to retrieve the list of connected users or initiate a call.
---
+1 -1
View File
@@ -107,7 +107,7 @@ app/locales/
├── es.json # Spanish translations
├── fr.json # French translations
├── it.json # Italian translations
└── ... # Other locales (pt, ru, ar, hi, zh, ja)
└── ... # Other locales (pt, ru, ar, hi, zh, ja, sr, hz)
public/
└── i18n.js # Client-side i18n library