From 5095dd0fc07d67f8c0b8f064f4160dce4a46cafb Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 11 Feb 2026 21:29:16 +0100 Subject: [PATCH] [call-me] - update readme --- README.md | 19 +++++++++++-------- I18N_README.md => doc/I18n.md | 2 +- 2 files changed, 12 insertions(+), 9 deletions(-) rename I18N_README.md => doc/I18n.md (98%) diff --git a/README.md b/README.md index 50913af..84dd4fa 100644 --- a/README.md +++ b/README.md @@ -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 recipient’s 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. --- diff --git a/I18N_README.md b/doc/I18n.md similarity index 98% rename from I18N_README.md rename to doc/I18n.md index 823d4cc..a29192e 100644 --- a/I18N_README.md +++ b/doc/I18n.md @@ -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